Comparing version 1.6.1-alpha7 to 1.6.1-alpha8
@@ -111,3 +111,3 @@ module.exports = { | ||
debug('getPatchPrompts'); | ||
if (vulns.length === 0) { | ||
if (!vulns || vulns.length === 0) { | ||
return []; | ||
@@ -248,3 +248,3 @@ } | ||
debug('getIgnorePrompts'); | ||
if (vulns.length === 0) { | ||
if (!vulns || vulns.length === 0) { | ||
return []; | ||
@@ -276,3 +276,3 @@ } | ||
debug('getUpdatePrompts'); | ||
if (vulns.length === 0) { | ||
if (!vulns || vulns.length === 0) { | ||
return []; | ||
@@ -279,0 +279,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "1.6.1-alpha7", | ||
"version": "1.6.1-alpha8", | ||
"directories": { | ||
@@ -8,0 +8,0 @@ "test": "test" |
Sorry, the diff of this file is not supported yet
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
3680617