0.0.5 • Published 10 years ago

grunt-nsp-package v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

grunt-nsp-package

Audits your package.json file against the nodesecurity.io API for validation that dependencies or dependencies of dependencies are not vulnerable to known vulnerabilities.

Installation

$ npm install grunt-nsp-package --save-dev

Usage

Add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-nsp-package');

Then use the task validate-package build tasks eg.

grunt.registerTask("default", 'validate-package');

License

MIT

Badges

Dependency Status