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
336
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.9
to
0.0.10
+3
-2
dist/index.d.mts

@@ -1,2 +0,2 @@

import { BuildV2 } from "@vercel/build-utils";
import { BuildV2, PrepareCache } from "@vercel/build-utils";

@@ -6,3 +6,4 @@ //#region src/index.d.ts

declare const build: BuildV2;
declare const prepareCache: PrepareCache;
//#endregion
export { build, version };
export { build, prepareCache, version };
+3
-3
{
"name": "@vercel/backends",
"version": "0.0.9",
"version": "0.0.10",
"license": "Apache-2.0",

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

"rolldown": "1.0.0-beta.35",
"@vercel/cervel": "0.0.5",
"@vercel/cervel": "0.0.6",
"@vercel/introspection": "0.0.2"

@@ -37,3 +37,3 @@ },

"@types/node": "22",
"@vercel/build-utils": "13.0.2",
"@vercel/build-utils": "13.1.0",
"execa": "3.2.0",

@@ -40,0 +40,0 @@ "hono": "4.10.1",

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

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