Grunt plugin for Node Security Project npm-shrinkwrap.json validation
npm install grunt-nsp-shrinkwrapSubmits your npm-shrinkwrap.json file to the nodesecurity.io API for validation that dependencies or dependencies of dependencies are not vulnerable to known vulnerabilities.
$ npm install grunt-nsp-shrinkwrap --save-dev
Add this line to your project's grunt.js gruntfile:
``js`
grunt.loadNpmTasks('grunt-nsp-shrinkwrap');
Then use the task validate-shrinkwrap build tasks eg.`js``
grunt.registerTask("default", 'validate-shrinkwrap');
MIT