@vercel/node
Advanced tools
@@ -422,3 +422,4 @@ var __create = Object.create; | ||
| importer: data.importer, | ||
| resolveDir: data.resolveDir | ||
| resolveDir: data.resolveDir, | ||
| kind: data.kind | ||
| }); | ||
@@ -449,3 +450,4 @@ if (!resolvedPath.path) { | ||
| function sha1(data) { | ||
| return createHash("sha1").update(data).digest("hex"); | ||
| const input = typeof data === "string" ? data : new Uint8Array(data); | ||
| return createHash("sha1").update(input).digest("hex"); | ||
| } | ||
@@ -452,0 +454,0 @@ |
+4
-4
| { | ||
| "name": "@vercel/node", | ||
| "version": "5.5.17", | ||
| "version": "5.5.18", | ||
| "license": "Apache-2.0", | ||
@@ -25,3 +25,3 @@ "main": "./dist/index", | ||
| "es-module-lexer": "1.4.1", | ||
| "esbuild": "0.14.47", | ||
| "esbuild": "0.27.0", | ||
| "etag": "1.8.1", | ||
@@ -37,5 +37,5 @@ "mime-types": "2.1.35", | ||
| "undici": "5.28.4", | ||
| "@vercel/build-utils": "13.2.6", | ||
| "@vercel/error-utils": "2.0.3", | ||
| "@vercel/static-config": "3.1.2", | ||
| "@vercel/build-utils": "13.2.5" | ||
| "@vercel/static-config": "3.1.2" | ||
| }, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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
2812212
073059
0+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated