You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vercel/backends

Package Overview
Dependencies
Maintainers
337
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/backends - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
./dist/index.mjs

Sorry, the diff of this file is too big to display

+7
import { BuildV2 } from "@vercel/build-utils";
//#region src/index.d.ts
declare const version = 2;
declare const build: BuildV2;
//#endregion
export { build, version };

Sorry, the diff of this file is too big to display

+8
-5
{
"name": "@vercel/backends",
"version": "0.0.6",
"version": "0.0.7",
"license": "Apache-2.0",
"main": "./dist/index.js",
"main": "./dist/index.mjs",
"homepage": "https://vercel.com/docs",

@@ -12,3 +12,4 @@ "type": "module",

"exports": {
".": "./dist/index.js"
".": "./dist/index.mjs",
"./package.json": "./package.json"
},

@@ -36,10 +37,12 @@ "repository": {

"@types/node": "22",
"@vercel/build-utils": "13.0.0",
"@vercel/build-utils": "13.0.1",
"execa": "3.2.0",
"hono": "4.10.1",
"jest-junit": "16.0.0",
"tsdown": "0.15.6",
"tsdown": "0.16.3",
"vite": "^5.1.6",
"vitest": "^2.0.1"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"scripts": {

@@ -46,0 +49,0 @@ "build": "tsdown",

Sorry, the diff of this file is too big to display

import { BuildV2 } from "@vercel/build-utils";
//#region src/index.d.ts
declare const version = 2;
declare const build: BuildV2;
//#endregion
export { build, version };

Sorry, the diff of this file is too big to display