Attributes
Includes Deno configuration
Repository
Current version released
5 months ago
Dependencies
std
Versions
- v0.1.1-jsrLatest
- v0.1.0-jsr
- v0.0.4-jsr
- v0.0.3-jsr
- v0.0.2-jsr.3
- v0.0.2-jsr.2
- v0.0.2-jsr-1
- v0.0.2-jsr
- v0.32.0
- v0.31.0
- v0.30.0
- v0.29.0
- v0.28.1
- v0.28.0
- v0.27.1
- v0.27.0
- v0.26.1
- v0.26.0
- v0.25.0
- v0.24.1
- v0.24.0
- v0.23.2
- v0.23.1
- v0.23.0
- v0.22.1
- v0.22.0
- v0.21.0
- v0.20.0
- v0.19.0
- v0.18.0
- v0.17.4
- v0.17.3
- v0.17.2
- v0.17.1
- v0.17.0
- v0.16.1
- v0.16.0
- v0.15.1
- v0.15.0
- v0.14.1
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.1
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.1
- v0.1.0
- v0.0.1
deno-fn / somefn
some functions for deno
This project is still under development, and the parameters of the functions are subject to change.
Generic JS Functions (Browser Environment Compatible):
- hash
- SHA1
- SHA256
- SHA512
- HMAC
- SHA256
- SHA512
- Uint8Array to hex string tools hexString()
- Text append BOM, for older Windows software textWithBOM()
- Generate random string (based on Web API
crypto
) genRandomString() - RSA signing of data
Functions that depend on the Deno runtime:
gitChanges
View Git changes.
Other features:
- CSV using the Deno standard library https://deno.land/std@0.217.0/csv/mod.ts
- XML recommends using
npm:fast-xml-parser
- Uint8Array to HEX string https://deno.land/std@0.217.0/encoding/hex.ts