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

@vercel/next

Package Overview
Dependencies
Maintainers
4
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/next - npm Package Compare versions

Comparing version
4.13.0
to
4.13.1
+3
-3
package.json
{
"name": "@vercel/next",
"version": "4.13.0",
"version": "4.13.1",
"license": "Apache-2.0",

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

"@vercel/build-utils": "12.1.0",
"@vercel/routing-utils": "5.1.1",
"@vercel/routing-utils": "5.2.0",
"async-sema": "3.0.1",

@@ -61,3 +61,3 @@ "buffer-crc32": "0.2.13",

"build": "node build.mjs",
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail --runInBand --testTimeout=360000",
"test": "echo 'temporarily skipping tests'",
"test-unit": "pnpm test test/unit/",

@@ -64,0 +64,0 @@ "test-next-local": "pnpm test test/integration/*.test.js test/integration/*.test.ts",

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