@npmcli/arborist
Advanced tools
Comparing version 7.2.2 to 7.3.0
@@ -631,3 +631,3 @@ // mixin implementing the reify method | ||
const { npmVersion, nodeVersion, cpu, os } = this.options | ||
const { npmVersion, nodeVersion, cpu, os, libc } = this.options | ||
const p = Promise.resolve().then(async () => { | ||
@@ -642,3 +642,3 @@ // when we reify an optional node, check the engine and platform | ||
checkEngine(node.package, npmVersion, nodeVersion, false) | ||
checkPlatform(node.package, false, { cpu, os }) | ||
checkPlatform(node.package, false, { cpu, os, libc }) | ||
} | ||
@@ -645,0 +645,0 @@ await this[_checkBins](node) |
{ | ||
"name": "@npmcli/arborist", | ||
"version": "7.2.2", | ||
"version": "7.3.0", | ||
"description": "Manage node_modules trees", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
459214