🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@vercel/config

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/config - npm Package Compare versions

Comparing version
0.0.38
to
0.0.39
+6
-2
dist/types.d.ts

@@ -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 @@ */

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