Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/grunt-nsp-shrinkwrap
Grunt task to submit npm-shrinkwrap.json to the nodesecurity.io api
https://github.com/pdehaan/grunt-nsp-shrinkwrap
Last synced: 15 days ago
JSON representation
Grunt task to submit npm-shrinkwrap.json to the nodesecurity.io api
- Host: GitHub
- URL: https://github.com/pdehaan/grunt-nsp-shrinkwrap
- Owner: pdehaan
- Created: 2014-03-18T06:04:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T17:17:16.000Z (almost 11 years ago)
- Last Synced: 2024-10-31T13:13:52.628Z (2 months ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grunt-nsp-shrinkwrap
Submits your npm-shrinkwrap.json file to the nodesecurity.io API for validation that dependencies or dependencies of dependencies are not vulnerable to known vulnerabilities.
# Installation
$ npm install grunt-nsp-shrinkwrap --save-dev
# Usage
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');
```# License
MIT
# Badges
[![Dependency Status](https://david-dm.org/nodesecurity/grunt-nsp-shrinkwrap.png)](https://david-dm.org/nodesecurity/grunt-nsp-shrinkwrap)