Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/static-config

Package Overview
Dependencies
Maintainers
7
Versions
26
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 2.0.3 to 2.0.4

12

dist/index.d.ts

@@ -16,6 +16,10 @@ import { Project } from 'ts-morph';

readonly regions: {
readonly type: "array";
readonly items: {
readonly type: "string";
};
readonly oneOf: readonly [{
readonly type: "array";
readonly items: {
readonly type: "string";
};
}, {
readonly enum: readonly ["all", "default", "auto"];
}];
};

@@ -22,0 +26,0 @@ };

@@ -13,4 +13,11 @@ "use strict";

regions: {
type: 'array',
items: { type: 'string' },
oneOf: [
{
type: 'array',
items: { type: 'string' },
},
{
enum: ['all', 'default', 'auto'],
},
],
},

@@ -17,0 +24,0 @@ },

{
"name": "@vercel/static-config",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",

@@ -43,3 +43,3 @@ "main": "./dist/index",

},
"gitHead": "32afd67d29d46f67027091ab9695d8ff330355b5"
"gitHead": "a630e1989613052f64411fd7e5468de58c5999ba"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc