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

@vercel/routing-utils

Package Overview
Dependencies
Maintainers
78
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.4-canary.3 to 1.11.4-canary.4

15

dist/schemas.d.ts

@@ -148,16 +148,3 @@ export declare const hasSchema: {

readonly middleware: {
readonly type: "object";
readonly required: readonly ["id", "type"];
readonly additionalProperties: false;
readonly properties: {
readonly id: {
readonly type: "string";
readonly maxLength: 256;
};
readonly type: {
readonly type: "string";
readonly maxLength: 32;
readonly enum: readonly ["v8-worker"];
};
};
readonly type: "number";
};

@@ -164,0 +151,0 @@ readonly has: {

@@ -152,16 +152,3 @@ "use strict";

middleware: {
type: 'object',
required: ['id', 'type'],
additionalProperties: false,
properties: {
id: {
type: 'string',
maxLength: 256,
},
type: {
type: 'string',
maxLength: 32,
enum: ['v8-worker'],
},
},
type: 'number',
},

@@ -168,0 +155,0 @@ has: exports.hasSchema,

5

dist/types.d.ts

@@ -35,6 +35,3 @@ import { HandleValue } from './index';

};
middleware?: {
id: string;
type: 'v8-worker';
};
middleware?: number;
};

@@ -41,0 +38,0 @@ export declare type Handler = {

{
"name": "@vercel/routing-utils",
"version": "1.11.4-canary.3",
"version": "1.11.4-canary.4",
"description": "Vercel routing utilities",

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

},
"gitHead": "3d7e01ebf032a5e391b3ad8df674437db23c622a"
"gitHead": "9e16ce750b285b8f5bc9a01aa8b99028287ad147"
}
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