Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/next

Package Overview
Dependencies
Maintainers
8
Versions
342
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 3.8.4 to 3.8.5

10

dist/server-build.js

@@ -186,10 +186,8 @@ "use strict";

}
if (pageMatchesApi(page)) {
if (lambdaAppPaths[page]) {
appRouterPages.push(page);
}
else if (pageMatchesApi(page)) {
apiPages.push(page);
}
else if ((appPathRoutesManifest?.[`${normalizedPathname}/page`] ||
appPathRoutesManifest?.[`${normalizedPathname}/route`]) &&
lambdaAppPaths[page]) {
appRouterPages.push(page);
}
else {

@@ -196,0 +194,0 @@ nonApiPages.push(page);

4

package.json
{
"name": "@vercel/next",
"version": "3.8.4",
"version": "3.8.5",
"license": "Apache-2.0",

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

"@types/webpack-sources": "3.2.0",
"@vercel/build-utils": "6.7.2",
"@vercel/build-utils": "6.7.3",
"@vercel/nft": "0.22.5",

@@ -32,0 +32,0 @@ "@vercel/routing-utils": "2.2.1",

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