@yarnpkg/parsers
Advanced tools
Comparing version 3.0.0-rc.47.1 to 3.0.0-rc.48
@@ -27,3 +27,3 @@ "use strict"; | ||
return true; | ||
if (typeof value === `object` && value !== null) | ||
if (typeof value === `object` && value !== null && !Array.isArray(value)) | ||
return Object.keys(value).every(key => isRemovableField(value[key])); | ||
@@ -30,0 +30,0 @@ return false; |
{ | ||
"name": "@yarnpkg/parsers", | ||
"version": "3.0.0-rc.47.1", | ||
"version": "3.0.0-rc.48", | ||
"license": "BSD-2-Clause", | ||
@@ -43,3 +43,6 @@ "main": "./lib/index.js", | ||
}, | ||
"engines": { | ||
"node": ">=18.12.0" | ||
}, | ||
"stableVersion": "2.5.1" | ||
} | ||
} |
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
196841