You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vercel/static-config

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/static-config - npm Package Compare versions

Comparing version
3.2.0-canary.20260211174907.cdd2da6
to
3.2.0
+6
-1
dist/index.d.ts

@@ -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"

{
"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",