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

@vercel/routing-utils

Package Overview
Dependencies
Maintainers
37
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/routing-utils - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2-canary.0

2

dist/merge.js

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

}
else if (route.continue) {
else if (route.continue && !route.override) {
continues.push(route);

@@ -32,0 +32,0 @@ }

@@ -101,2 +101,5 @@ export declare const hasSchema: {

};
readonly override: {
readonly type: "boolean";
};
readonly check: {

@@ -103,0 +106,0 @@ readonly type: "boolean";

@@ -105,2 +105,5 @@ "use strict";

},
override: {
type: 'boolean',
},
check: {

@@ -107,0 +110,0 @@ type: 'boolean',

@@ -175,2 +175,5 @@ "use strict";

for (const hasItem of has || []) {
if ('key' in hasItem && hasItem.type === 'header') {
hasItem.key = hasItem.key.toLowerCase();
}
if (!hasItem.value && 'key' in hasItem) {

@@ -177,0 +180,0 @@ hasSegments.add(hasItem.key);

@@ -26,2 +26,3 @@ import { HandleValue } from './index';

continue?: boolean;
override?: boolean;
check?: boolean;

@@ -28,0 +29,0 @@ important?: boolean;

{
"name": "@vercel/routing-utils",
"version": "1.11.1",
"version": "1.11.2-canary.0",
"description": "Vercel routing utilities",

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

},
"gitHead": "f2d396caae02969f2520c08ff6504ddaec24c83d"
"gitHead": "ee0bc9b0c86b2d840d8afb7a318bf4e2aa17b61e"
}
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