Comparing version 0.4.3 to 0.4.5
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37337
832