@vercel/node
Advanced tools
@@ -665,3 +665,4 @@ var __create = Object.create; | ||
| this.waitUntil = (promise) => { | ||
| this.promises.add(promise); | ||
| const handledPromise = Promise.resolve(promise).catch(this.onError); | ||
| this.promises.add(handledPromise); | ||
| }; | ||
@@ -671,7 +672,3 @@ this.waitForBatch = async () => { | ||
| this.promises.clear(); | ||
| await Promise.all( | ||
| promises.map( | ||
| (promise) => Promise.resolve(promise).then(() => void 0, this.onError) | ||
| ) | ||
| ); | ||
| await Promise.all(promises); | ||
| }; | ||
@@ -678,0 +675,0 @@ this.onError = onError ?? console.error; |
+3
-3
| { | ||
| "name": "@vercel/node", | ||
| "version": "5.6.9", | ||
| "version": "5.6.10", | ||
| "license": "Apache-2.0", | ||
@@ -35,5 +35,5 @@ "main": "./dist/index", | ||
| "undici": "5.28.4", | ||
| "@vercel/build-utils": "13.6.1", | ||
| "@vercel/static-config": "3.1.2", | ||
| "@vercel/error-utils": "2.0.3" | ||
| "@vercel/error-utils": "2.0.3", | ||
| "@vercel/build-utils": "13.6.2" | ||
| }, | ||
@@ -40,0 +40,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
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 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
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
2813071
073104
0+ Added
- Removed
Updated