@vercel/routing-utils
Advanced tools
Comparing version 1.11.0 to 1.11.1-canary.0
@@ -219,3 +219,3 @@ "use strict"; | ||
let destParams = new Set(); | ||
if (destination.includes(':') && segments.length > 0) { | ||
if (destination.includes(':')) { | ||
const pathnameKeys = []; | ||
@@ -222,0 +222,0 @@ const hashKeys = []; |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.11.0", | ||
"version": "1.11.1-canary.0", | ||
"description": "Vercel routing utilities", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "bac19b66af163dd3fe90e29307f8069b2d21e45a" | ||
"gitHead": "6d8b10802c8e577a20762c8fb6e0f7b18991712d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74549
2