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

@vercel/static-config

Package Overview
Dependencies
Maintainers
8
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.11 to 2.0.12

3

dist/index.d.ts

@@ -9,2 +9,5 @@ import { Project } from 'ts-morph';

};
readonly cron: {
readonly type: "string";
};
readonly memory: {

@@ -11,0 +14,0 @@ readonly type: "number";

@@ -10,2 +10,3 @@ "use strict";

runtime: { type: 'string' },
cron: { type: 'string' },
memory: { type: 'number' },

@@ -12,0 +13,0 @@ maxDuration: { type: 'number' },

4

package.json
{
"name": "@vercel/static-config",
"version": "2.0.11",
"version": "2.0.12",
"license": "MIT",

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

},
"gitHead": "b5cdc82a1cca4d0b3369490f8a19fd8f8478fe94"
"gitHead": "a4d16c681a7e85f64a2d78432d499c599b398bde"
}

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