Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vercel/routing-utils

Package Overview
Dependencies
Maintainers
2
Versions
106
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
6.0.1
to
6.0.2
+1
-1
dist/types.d.ts

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

export type RouteInput = RouteWithSrc | (Omit<RouteWithSrc, 'src'> & {
src?: undefined;
src?: string;
source: string;

@@ -114,0 +114,0 @@ }) | RouteWithHandle;

{
"name": "@vercel/routing-utils",
"version": "6.0.1",
"version": "6.0.2",
"description": "Vercel routing utilities",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",