JSPM

  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q57336F
  • License MIT

A security library for nodejs with roles management and access control

Package Exports

  • nsec

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nsec) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

nsec

NPM version NPM downloads Build Status Coverage Status

A security library for nodejs with roles management and access control

This library is under heavy development. DO NOT USE IT IN PRODUCTION.

How to Install

$ npm install --save nsec

Getting Started

...

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Lint and Run unit tests with Mocha

License

MIT © Yuan Tao