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

@vercel/next

Package Overview
Dependencies
Maintainers
13
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 2.6.8-canary.0 to 2.6.8-canary.1

4

dist/utils.js

@@ -206,3 +206,3 @@ "use strict";

}
routes.push(...(await getDynamicRoutes(entryPath, entryDirectory, dynamicPages).then(arr => arr.map((route) => {
routes.push(...(await getDynamicRoutes(entryPath, entryDirectory, dynamicPages, true).then(arr => arr.map((route) => {
// convert to make entire RegExp match as one group

@@ -357,3 +357,3 @@ route.src = route.src

dest,
check: true,
check: !isDev,
});

@@ -360,0 +360,0 @@ }

{
"name": "@vercel/next",
"version": "2.6.8-canary.0",
"version": "2.6.8-canary.1",
"license": "MIT",

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

},
"gitHead": "0f5f99e6678fd1127947cf43a531d0976bc6bca1"
"gitHead": "2ab6a7ef0ccb110ac99cd052c748d06f87d204c5"
}

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