Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)