@vercel/node
Advanced tools
+3
-3
| { | ||
| "name": "@vercel/node", | ||
| "version": "2.5.23", | ||
| "version": "2.5.24", | ||
| "license": "MIT", | ||
@@ -37,3 +37,3 @@ "main": "./dist/index", | ||
| "@vercel/static-config": "2.0.3", | ||
| "edge-runtime": "1.1.0-beta.37", | ||
| "edge-runtime": "1.1.0-beta.38", | ||
| "esbuild": "0.14.47", | ||
@@ -65,3 +65,3 @@ "exit-hook": "2.2.1", | ||
| }, | ||
| "gitHead": "3b5b397b355a6c1f044049e02dac5aa9f9d1621c" | ||
| "gitHead": "ae13c5ee92d9f5d679f38415ec86f77b3536815b" | ||
| } |
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
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 6 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
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 6 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