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

@vercel/routing-utils

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

4

dist/schemas.d.ts

@@ -63,2 +63,6 @@ /**

};
cookie: {
type: string;
maxLength: number;
};
default: {

@@ -65,0 +69,0 @@ type: string;

@@ -66,2 +66,6 @@ "use strict";

},
cookie: {
type: 'string',
maxLength: 4096,
},
default: {

@@ -68,0 +72,0 @@ type: 'string',

4

package.json
{
"name": "@vercel/routing-utils",
"version": "1.9.0",
"version": "1.9.1-canary.0",
"description": "Vercel routing utilities",

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

},
"gitHead": "981e4183c61fa98206fe0414a7991395def5c301"
"gitHead": "e2baf9b00ffe508c052c457704d62ffb5350cdd4"
}
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