@vercel/routing-utils
Advanced tools
Comparing version 1.11.3 to 1.11.4-canary.0
@@ -104,3 +104,3 @@ "use strict"; | ||
h.headers.forEach(({ key, value }) => { | ||
if (namedSegments.length > 0) { | ||
if (namedSegments.length > 0 || hasSegments.length > 0) { | ||
if (key.includes(':')) { | ||
@@ -107,0 +107,0 @@ key = safelyCompile(key, indexes); |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.11.3", | ||
"version": "1.11.4-canary.0", | ||
"description": "Vercel routing utilities", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "1a776ad3438a435c4ee8cca462b06d09a7d43008" | ||
"gitHead": "e8fec4b69c60739204334cfb910572776ef25fcd" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
76079
2
1