@vercel/backends
Advanced tools
+2
-2
@@ -485,3 +485,3 @@ import { builtinModules, createRequire } from "node:module"; | ||
| return require_$1.resolve("typescript/bin/tsc", { paths: [args.workPath] }); | ||
| } catch (e) { | ||
| } catch (_e) { | ||
| return null; | ||
@@ -1223,3 +1223,3 @@ } | ||
| return require_.resolve("typescript/bin/tsc", { paths: [args.workPath] }); | ||
| } catch (e) { | ||
| } catch (_e) { | ||
| return null; | ||
@@ -1226,0 +1226,0 @@ } |
+2
-2
@@ -485,3 +485,3 @@ import { builtinModules, createRequire } from "node:module"; | ||
| return require_$1.resolve("typescript/bin/tsc", { paths: [args.workPath] }); | ||
| } catch (e) { | ||
| } catch (_e) { | ||
| return null; | ||
@@ -1223,3 +1223,3 @@ } | ||
| return require_.resolve("typescript/bin/tsc", { paths: [args.workPath] }); | ||
| } catch (e) { | ||
| } catch (_e) { | ||
| return null; | ||
@@ -1226,0 +1226,0 @@ } |
+2
-2
| { | ||
| "name": "@vercel/backends", | ||
| "version": "0.0.40", | ||
| "version": "0.0.41", | ||
| "license": "Apache-2.0", | ||
@@ -37,3 +37,3 @@ "main": "./dist/index.mjs", | ||
| "zod": "3.22.4", | ||
| "@vercel/build-utils": "13.6.2" | ||
| "@vercel/build-utils": "13.6.3" | ||
| }, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 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
155018
0+ Added
+ Added
- Removed
- Removed
Updated