@vercel/routing-utils
Advanced tools
Comparing version 1.13.0 to 1.13.1-canary.0
@@ -311,3 +311,3 @@ "use strict"; | ||
// correctly | ||
return path_to_regexp_1.compile(`/${value}`, { validate: false })(indexes).substr(1); | ||
return path_to_regexp_1.compile(`/${value}`, { validate: false })(indexes).slice(1); | ||
} | ||
@@ -314,0 +314,0 @@ function toSegmentDest(index) { |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.13.0", | ||
"version": "1.13.1-canary.0", | ||
"description": "Vercel routing utilities", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "c76781fac978fee923d8180706103bad13ca33a0" | ||
"gitHead": "c76dfbe8c9e1055113fe7ced8850bca4a64ad232" | ||
} |
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
88043
2