defiant-builder
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -414,4 +414,5 @@ | ||
let runRequires = runReqs ? {} : false | ||
if (runReqs) { | ||
runReqs.entry.map(item => runRequires[item._attributes.id] = item._attributes.description) | ||
if (runReqs?.entry) { | ||
let entries = runReqs.entry.constructor === Array ? runReqs.entry : [runReqs.entry] | ||
entries.map(item => runRequires[item._attributes.id] = item._attributes.description) | ||
} | ||
@@ -418,0 +419,0 @@ |
{ | ||
"name": "defiant-builder", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
57216
569