Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-nsp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-nsp - npm Package Compare versions

Comparing version 0.4.3 to 0.4.5

2

package.json
{
"name": "gulp-nsp",
"version": "0.4.3",
"version": "0.4.5",
"description": "A gulp plugin that runs the Node Security Project audit for you",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,3 +20,3 @@ # gulp-nsp

gulp.task('nsp', function (cb) {
gulpNSP('./package', cb);
gulpNSP('./package.json', cb);
});

@@ -26,3 +26,3 @@

gulp.task('nsp', function (cb) {
gulpNSP('./npm-shrinkwrap', cb);
gulpNSP('./npm-shrinkwrap.json', cb);
});

@@ -29,0 +29,0 @@

@@ -140,7 +140,2 @@ {

},
"semver": {
"version": "4.3.0",
"from": "semver@^4.2.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.0.tgz"
},
"silent-npm-registry-client": {

@@ -342,7 +337,2 @@ "version": "0.0.1",

},
"semver": {
"version": "2.3.2",
"from": "semver@^2.2.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-2.3.2.tgz"
},
"slide": {

@@ -349,0 +339,0 @@ "version": "1.1.6",

@@ -20,6 +20,4 @@ {

"chalk": "^1.0.0",
"nsp-audit-package": "^0.1.0",
"nsp-audit-shrinkwrap": "^1.0.3",
"text-table": "^0.2.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc