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

@vercel/next

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

8

dist/utils.js

@@ -264,8 +264,6 @@ "use strict";

.filter(({ page }) => omittedRoutes ? !omittedRoutes.has(page) : true)
.map(({ page, regex, namedRegex, routeKeys }) => {
.map(({ page, regex }) => {
return {
src: namedRegex || regex,
dest: `${!isDev ? path_1.default.join('/', entryDirectory, page) : page}${routeKeys
? `?${routeKeys.map(key => `${key}=$${key}`).join('&')}`
: ''}`,
src: regex,
dest: !isDev ? path_1.default.join('/', entryDirectory, page) : page,
check: true,

@@ -272,0 +270,0 @@ };

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

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

},
"gitHead": "8189fb2373ccdc12e8682f795e05754b468a18b8"
"gitHead": "f61b36495c4c1573ede1835645e43aee0b2cd588"
}

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