New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/next

Package Overview
Dependencies
Maintainers
16
Versions
352
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 2.6.30 to 2.6.31-canary.0

7

dist/utils.js

@@ -555,2 +555,3 @@ "use strict";

omittedRoutes: [],
notFoundRoutes: [],
};

@@ -569,2 +570,3 @@ }

omittedRoutes: [],
notFoundRoutes: [],
};

@@ -610,3 +612,7 @@ routes.forEach(route => {

omittedRoutes: [],
notFoundRoutes: [],
};
if (manifest.notFoundRoutes) {
ret.notFoundRoutes.push(...manifest.notFoundRoutes);
}
routes.forEach(route => {

@@ -654,2 +660,3 @@ const { initialRevalidateSeconds, dataRoute, srcRoute, } = manifest.routes[route];

omittedRoutes: [],
notFoundRoutes: [],
};

@@ -656,0 +663,0 @@ }

4

package.json
{
"name": "@vercel/next",
"version": "2.6.30",
"version": "2.6.31-canary.0",
"license": "MIT",

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

},
"gitHead": "fd5d3b2921f1d26ffff782e975e01fff209adf47"
"gitHead": "8b5a2aa44f4ccca617e416bb33a242d5f000d274"
}

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc