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

@vercel/routing-utils

Package Overview
Dependencies
Maintainers
83
Versions
86
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.4-canary.5 to 1.11.4-canary.6

3

dist/schemas.d.ts

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

};
readonly caseSensitive: {
readonly type: "boolean";
};
readonly important: {

@@ -94,0 +97,0 @@ readonly type: "boolean";

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

},
caseSensitive: {
type: 'boolean',
},
important: {

@@ -98,0 +101,0 @@ type: 'boolean',

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

override?: boolean;
caseSensitive?: boolean;
check?: boolean;

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

4

package.json
{
"name": "@vercel/routing-utils",
"version": "1.11.4-canary.5",
"version": "1.11.4-canary.6",
"description": "Vercel routing utilities",

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

},
"gitHead": "cd7185a872a5767cfc010b849a4064cbc4e9f679"
"gitHead": "2a8588a0c5606d38f7488818e2598d4249b71abc"
}
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