grunt-nsp-package

Grunt plugin for Node Security Project package.json validation

MIT 5 个版本
安装
npm install grunt-nsp-package
yarn add grunt-nsp-package
pnpm add grunt-nsp-package
bun add grunt-nsp-package
README

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

版本列表
0.0.5 2014-07-03
0.0.4 2014-04-18
0.0.3 2014-04-02
0.0.2 2014-03-28
0.0.1 2014-03-28