@npmcli/arborist
Advanced tools
@@ -11,2 +11,3 @@ // Arborist.rebuild({path = this.path}) will do all the binlinks and | ||
| const { callLimit: promiseCallLimit } = require('promise-call-limit') | ||
| const promiseRetry = require('promise-retry') | ||
| const { resolve } = require('node:path') | ||
@@ -388,3 +389,2 @@ const { isNodeGypPackage, defaultGypInstallScript } = require('@npmcli/node-gyp') | ||
| // On Windows, antivirus/indexer can transiently lock files, causing EPERM/EACCES/EBUSY on the rename inside write-file-atomic (used by bin-links/fix-bin.js), so, retry with backoff. | ||
| const promiseRetry = require('promise-retry') | ||
| const p = promiseRetry((retry) => binLinks({ | ||
@@ -391,0 +391,0 @@ pkg: node.package, |
+1
-1
| { | ||
| "name": "@npmcli/arborist", | ||
| "version": "8.0.4", | ||
| "version": "8.0.5", | ||
| "description": "Manage node_modules trees", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
477334
0