@vercel/build-utils
Advanced tools
+6
-0
| # @vercel/build-utils | ||
| ## 12.2.3 | ||
| ### Patch Changes | ||
| - Add Elysia framework ([#14164](https://github.com/vercel/vercel/pull/14164)) | ||
| ## 12.2.2 | ||
@@ -4,0 +10,0 @@ |
| /** | ||
| * List of backend frameworks supported by the experimental backends feature | ||
| */ | ||
| export declare const BACKEND_FRAMEWORKS: readonly ["express", "hono", "h3", "nestjs", "fastify"]; | ||
| export declare const BACKEND_FRAMEWORKS: readonly ["express", "hono", "h3", "nestjs", "fastify", "elysia"]; | ||
| export type BackendFramework = (typeof BACKEND_FRAMEWORKS)[number]; | ||
@@ -6,0 +6,0 @@ /** |
@@ -32,3 +32,4 @@ "use strict"; | ||
| "nestjs", | ||
| "fastify" | ||
| "fastify", | ||
| "elysia" | ||
| ]; | ||
@@ -35,0 +36,0 @@ function isBackendFramework(framework) { |
+1
-1
| { | ||
| "name": "@vercel/build-utils", | ||
| "version": "12.2.2", | ||
| "version": "12.2.3", | ||
| "license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
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 10 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 10 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
1363438
0.01%31194
0.01%