@vercel/config
Advanced tools
+6
-2
@@ -21,5 +21,5 @@ /** | ||
| /** | ||
| * An integer defining how long your Serverless Function should be allowed to run on every request in seconds (between 1 and the maximum limit of your plan). | ||
| * An integer defining how long your Serverless Function should be allowed to run on every request in seconds (between 1 and the maximum limit of your plan), or the string `'max'` to use the maximum duration allowed by your plan. | ||
| */ | ||
| maxDuration?: number; | ||
| maxDuration?: number | 'max'; | ||
| /** | ||
@@ -492,2 +492,6 @@ * An integer defining the memory your Serverless Function should be provided with (between 128 and 10240). | ||
| /** | ||
| * Subdomain for host-based routing (web services only). | ||
| */ | ||
| subdomain?: string; | ||
| /** | ||
| * Framework to use. | ||
@@ -494,0 +498,0 @@ */ |
+1
-1
| { | ||
| "name": "@vercel/config", | ||
| "version": "0.0.38", | ||
| "version": "0.0.39", | ||
| "description": "A TypeScript SDK for programmatically configuring Vercel projects", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance 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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance 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
99962
0.2%2338
0.17%