@vercel/static-config
Advanced tools
+6
-1
@@ -17,3 +17,8 @@ import { Project } from 'ts-morph'; | ||
| readonly maxDuration: { | ||
| readonly type: "number"; | ||
| readonly oneOf: readonly [{ | ||
| readonly type: "number"; | ||
| }, { | ||
| readonly type: "string"; | ||
| readonly enum: readonly ["max"]; | ||
| }]; | ||
| }; | ||
@@ -20,0 +25,0 @@ readonly supportsCancellation: { |
+3
-1
@@ -36,3 +36,5 @@ "use strict"; | ||
| memory: { type: "number" }, | ||
| maxDuration: { type: "number" }, | ||
| maxDuration: { | ||
| oneOf: [{ type: "number" }, { type: "string", enum: ["max"] }] | ||
| }, | ||
| supportsCancellation: { | ||
@@ -39,0 +41,0 @@ type: "boolean" |
+1
-1
| { | ||
| "name": "@vercel/static-config", | ||
| "version": "3.2.0-canary.20260211174907.cdd2da6", | ||
| "version": "3.2.0", | ||
| "license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index", |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24137
0.81%349
2.05%1
-50%