@vercel/build-utils
Advanced tools
+9
-0
| # @vercel/build-utils | ||
| ## 13.3.5 | ||
| ### Patch Changes | ||
| - Add service configuration to BuildOptions ([#14918](https://github.com/vercel/vercel/pull/14918)) | ||
| - Updated dependencies [[`9b8f974bbb64fb857b068428b0c2fdccee6ad83c`](https://github.com/vercel/vercel/commit/9b8f974bbb64fb857b068428b0c2fdccee6ad83c)]: | ||
| - @vercel/python-analysis@0.4.0 | ||
| ## 13.3.4 | ||
@@ -4,0 +13,0 @@ |
+10
-0
@@ -106,2 +106,12 @@ /// <reference types="node" /> | ||
| span?: Span; | ||
| /** | ||
| * Service-specific options. Only present when the build is part of a | ||
| * multi-service project. | ||
| */ | ||
| service?: { | ||
| /** URL path prefix where the service is mounted (e.g., "/api"). */ | ||
| routePrefix?: string; | ||
| /** Workspace directory for this service, relative to the project root. */ | ||
| workspace?: string; | ||
| }; | ||
| } | ||
@@ -108,0 +118,0 @@ export interface PrepareCacheOptions { |
+2
-2
| { | ||
| "name": "@vercel/build-utils", | ||
| "version": "13.3.4", | ||
| "version": "13.3.5", | ||
| "license": "Apache-2.0", | ||
@@ -14,3 +14,3 @@ "main": "./dist/index.js", | ||
| "dependencies": { | ||
| "@vercel/python-analysis": "0.3.2" | ||
| "@vercel/python-analysis": "0.4.0" | ||
| }, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
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
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 11 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 3 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 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
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 11 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 3 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
1396439
0.05%31931
0.03%+ Added
- Removed