better-npm-audit
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -103,3 +103,3 @@ #!/usr/bin/env node | ||
// Grab any un-filtered vunerablities at the appropriate level | ||
const vulnerabilities = Object.values(advisories || {}) | ||
const vulnerabilities = Object.values(advisories) | ||
.filter(advisory => mapLevelToNumber(advisory.severity) >= auditLevel) | ||
@@ -106,0 +106,0 @@ .map(advisory => advisory.id) |
{ | ||
"name": "better-npm-audit", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Made to allow skipping certain vulnerabilities, and any extra handling that are not supported by the default npm audit in the future.", |
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
12764