better-npm-audit
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -51,3 +51,3 @@ #!/usr/bin/env node | ||
if (vulnerabilities.length > 0) { | ||
throw new Error('Vulnerabilities found', JSON.stringify(vulnerabilities)); | ||
throw new Error(`${vulnerabilities.length} vulnerabilities found. Node security advisories: ${vulnerabilities}`); | ||
} | ||
@@ -54,0 +54,0 @@ else { |
{ | ||
"name": "better-npm-audit", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "NPM Audit Handler", |
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
3063