better-npm-audit
Advanced tools
Comparing version 3.3.0 to 3.4.0
{ | ||
"name": "better-npm-audit", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
@@ -27,3 +27,3 @@ "description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.", | ||
"postbuild": "cp README.md lib", | ||
"publish:live": "npm run build && npm publish ./lib --tag latest", | ||
"publish:live": "npm run build && npm publish lib --tag latest", | ||
"publish:next": "npm run build && npm publish lib --tag next" | ||
@@ -30,0 +30,0 @@ }, |
@@ -27,2 +27,3 @@ "use strict"; | ||
catch (e) { | ||
console.log('Failed parsing .nsprc file: ' + e); | ||
return false; | ||
@@ -29,0 +30,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
34050
624