@vercel/node
Advanced tools
+4
-4
| { | ||
| "name": "@vercel/node", | ||
| "version": "1.9.0", | ||
| "version": "1.9.1-canary.0", | ||
| "license": "MIT", | ||
@@ -13,6 +13,6 @@ "main": "./dist/index", | ||
| "scripts": { | ||
| "build": "./build.sh", | ||
| "build": "node build", | ||
| "test-unit": "jest --env node --verbose --runInBand --bail test/helpers.test.js", | ||
| "test-integration-once": "jest --env node --verbose --runInBand --bail test/integration.test.js", | ||
| "prepublishOnly": "npm run build" | ||
| "prepublishOnly": "node build" | ||
| }, | ||
@@ -46,3 +46,3 @@ "files": [ | ||
| }, | ||
| "gitHead": "0b60467d2f00a03f452596057665f4d1f9f2bc9e" | ||
| "gitHead": "e09ceca95ddfb64c7704d8753147bc05f7c7657c" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
3175486
01
Infinity%