@vercel/node
Advanced tools
@@ -297,5 +297,3 @@ "use strict"; | ||
| const build = getBuild(configFileName); | ||
| const { code: value, map: sourceMap } = (skipTypeCheck | ||
| ? build.getOutput | ||
| : build.getOutputTypeCheck)(code, fileName); | ||
| const { code: value, map: sourceMap } = (skipTypeCheck ? build.getOutput : build.getOutputTypeCheck)(code, fileName); | ||
| const output = { | ||
@@ -302,0 +300,0 @@ code: value, |
+4
-4
| { | ||
| "name": "@vercel/node", | ||
| "version": "1.11.2-canary.2", | ||
| "version": "1.11.2-canary.3", | ||
| "license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "./dist/index", | ||
| "ts-node": "8.9.1", | ||
| "typescript": "3.9.3" | ||
| "typescript": "4.3.4" | ||
| }, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
| "@vercel/nft": "0.13.1", | ||
| "@vercel/node-bridge": "2.0.1-canary.0", | ||
| "@vercel/node-bridge": "2.0.1-canary.1", | ||
| "content-type": "1.0.4", | ||
@@ -48,3 +48,3 @@ "cookie": "0.4.0", | ||
| }, | ||
| "gitHead": "0bfc2a369319b66f5b9158c8de8fdf2ef35cb334" | ||
| "gitHead": "cf827a8b919ff6eed383863af39c26d51b2aa16e" | ||
| } |
Sorry, the diff of this file is too big to display
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 8 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 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 8 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
3317940
-1.16%92263
-1.37%+ Added
- Removed
Updated