@vercel/node
Advanced tools
+3
-3
| { | ||
| "name": "@vercel/node", | ||
| "version": "2.8.16", | ||
| "version": "2.8.17", | ||
| "license": "MIT", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index", | ||
| "@types/node": "14.18.33", | ||
| "@vercel/build-utils": "6.0.0", | ||
| "@vercel/build-utils": "6.0.1", | ||
| "@vercel/node-bridge": "3.1.10", | ||
@@ -68,3 +68,3 @@ "@vercel/static-config": "2.0.11", | ||
| }, | ||
| "gitHead": "25f6595d3698546ba69c7fe9f601a906167fef3f" | ||
| "gitHead": "ada9a48d57be8f4375494a369aaa98cee1f5eae2" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
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
+ Added
- Removed
Updated