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

@vercel/node

Package Overview
Dependencies
Maintainers
9
Versions
411
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/node - npm Package Compare versions

Comparing version
3.0.7
to
3.0.8
+8
-7
package.json
{
"name": "@vercel/node",
"version": "3.0.7",
"version": "3.0.8",
"license": "Apache-2.0",

@@ -17,11 +17,11 @@ "main": "./dist/index",

"@edge-runtime/node-utils": "2.2.1",
"@edge-runtime/primitives": "3.1.1",
"@edge-runtime/vm": "3.1.1",
"@edge-runtime/primitives": "4.0.5",
"@edge-runtime/vm": "3.1.7",
"@types/node": "14.18.33",
"@vercel/build-utils": "7.2.2",
"@vercel/error-utils": "2.0.1",
"@vercel/build-utils": "7.2.3",
"@vercel/error-utils": "2.0.2",
"@vercel/nft": "0.24.2",
"@vercel/static-config": "3.0.0",
"async-listen": "3.0.0",
"edge-runtime": "2.5.1",
"edge-runtime": "2.5.7",
"esbuild": "0.14.47",

@@ -58,4 +58,5 @@ "etag": "1.8.1",

"test-unit": "pnpm test test/unit",
"test-e2e": "pnpm test test/integration"
"test-e2e": "pnpm test test/integration",
"type-check": "tsc --noEmit"
}
}

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