Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vercel/config

Package Overview
Dependencies
Maintainers
4
Versions
40
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.5.0
to
0.5.1
+3
-4
dist/types.d.ts

@@ -371,7 +371,6 @@ /**

/**
* Environment variables to expose to the deployment. Either a flat
* `Record<string, string>` of literal values (the deprecated shape, kept for
* back-compat) or an `EnvVar` record
* An object containing the deployment's environment variable names and values. Secrets can be referenced by prefixing the value with `@`
* @deprecated
*/
env?: Record<string, string> | Record<string, EnvVar>;
env?: Record<string, string>;
/**

@@ -378,0 +377,0 @@ * An array of the passive regions the deployment's Serverless Functions should be deployed to that can be failed over to during a lambda outage

{
"name": "@vercel/config",
"version": "0.5.0",
"version": "0.5.1",
"description": "A TypeScript SDK for programmatically configuring Vercel projects",

@@ -5,0 +5,0 @@ "license": "MIT",