1.1.2 • Published 6 years ago
ezsec v1.1.2
ezsec
Bunch of security helper functions for browser javascript and go. Basically rage_utils but uses commonjs modules.
To install:
yarn add ezsec
or if want to use in a go project:
go get github.com/ShrewdSpirit/ezsec/...
Usage
Note: Some functions return an object with an error
field that you must check whether it's null to take required action in case of errors.
I'm not gonna document everything since it's obvious what the functions do. But for JS/TS reference, refer to definitions file and usage can be seen in unit test file.
License
MIT