Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/grunt-nsp-package
https://github.com/pdehaan/grunt-nsp-package
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdehaan/grunt-nsp-package
- Owner: pdehaan
- Created: 2014-04-01T16:35:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T16:37:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-31T13:13:49.098Z (2 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
[![Dependency Status](https://david-dm.org/nodesecurity/grunt-nsp-package.png)](https://david-dm.org/nodesecurity/grunt-nsp-package)