🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@vercel/static-config

Package Overview
Dependencies
Maintainers
4
Versions
33
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.3.0
to
3.4.0
+3
-0
dist/index.d.ts

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

};
readonly useWebApi: {
readonly type: "boolean";
};
};

@@ -49,0 +52,0 @@ };

@@ -55,2 +55,5 @@ "use strict";

oneOf: [{ type: "string" }, { type: "array", items: { type: "string" } }]
},
useWebApi: {
type: "boolean"
}

@@ -57,0 +60,0 @@ }

+6
-5
{
"name": "@vercel/static-config",
"version": "3.3.0",
"version": "3.4.0",
"license": "Apache-2.0",

@@ -21,5 +21,4 @@ "main": "./dist/index",

"@swc/core": "1.2.182",
"@types/jest": "27.4.1",
"@types/node": "20.11.0",
"jest-junit": "16.0.0"
"vitest": "2.0.3"
},

@@ -29,5 +28,7 @@ "scripts": {

"test-unit": "pnpm test",
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",
"type-check": "tsc --noEmit"
"test": "vitest run --config ../../vitest.config.mts",
"type-check": "tsc --noEmit",
"vitest-run": "vitest -c ../../vitest.config.mts",
"vitest-unit": "glob --absolute 'test/**/*.test.js' 'test/**/*.test.ts' 'test/**/*.test.mjs' 'test/**/*.test.mts' 'tests/**/*.test.js' 'tests/**/*.test.ts'"
}
}