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
4
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
5.3.1
to
5.3.2
+8
-0
dist/schemas.js

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

}
},
respectOriginCacheControl: {
description: "When set to true (default), external rewrites will respect the Cache-Control header from the origin. When false, caching is disabled for this rewrite.",
type: "boolean"
}

@@ -542,2 +546,6 @@ }

}
},
respectOriginCacheControl: {
description: "When set to true (default), external rewrites will respect the Cache-Control header from the origin. When false, caching is disabled for this rewrite.",
type: "boolean"
}

@@ -544,0 +552,0 @@ }

+2
-0

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

middleware?: number;
respectOriginCacheControl?: boolean;
};

@@ -126,2 +127,3 @@ export type RouteWithHandle = {

env?: string[];
respectOriginCacheControl?: boolean;
}

@@ -128,0 +130,0 @@ export interface Redirect {

+1
-1
{
"name": "@vercel/routing-utils",
"version": "5.3.1",
"version": "5.3.2",
"description": "Vercel routing utilities",

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

Sorry, the diff of this file is too big to display