https://github.com/pdehaan/grunt-nsp-package
https://github.com/pdehaan/grunt-nsp-package
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdehaan/grunt-nsp-package
- Owner: pdehaan
- Created: 2014-04-01T16:35:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T16:37:51.000Z (over 11 years ago)
- Last Synced: 2025-02-12T03:37:54.981Z (5 months ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
```js
grunt.loadNpmTasks('grunt-nsp-package');
```Then use the task `validate-package` build tasks eg.
```js
grunt.registerTask("default", 'validate-package');
```# License
MIT
# Badges
[](https://david-dm.org/nodesecurity/grunt-nsp-package)