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
108
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.12.0 to 1.12.1-canary.0

3

dist/schemas.d.ts

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

};
readonly middlewarePath: {
readonly type: "string";
};
readonly has: {

@@ -155,0 +158,0 @@ readonly description: "An array of requirements that are needed to match";

5

dist/schemas.js

@@ -154,5 +154,4 @@ "use strict";

},
middleware: {
type: 'number',
},
middleware: { type: 'number' },
middlewarePath: { type: 'string' },
has: exports.hasSchema,

@@ -159,0 +158,0 @@ missing: exports.hasSchema,

@@ -37,2 +37,10 @@ import { HandleValue } from './index';

};
/**
* A middleware key within the `output` key under the build result.
* Overrides a `middleware` definition.
*/
middlewarePath?: string;
/**
* A middleware index in the `middleware` key under the build result
*/
middleware?: number;

@@ -39,0 +47,0 @@ };

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

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

},
"gitHead": "99fa729966c4334aa2d64c592421cc65e1644bdb"
"gitHead": "a24fd64bce88d5025c52ac7dfbdc3c0f457de077"
}
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