path-to-regexp-with-reversible-keys
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -137,5 +137,2 @@ /** | ||
console.log("matched", match) | ||
console.log("offset", offset) | ||
if (offset > lastEndIndex) { | ||
@@ -142,0 +139,0 @@ addLastToken(path.substring(lastEndIndex, offset)) |
{ | ||
"name": "path-to-regexp-with-reversible-keys", | ||
"description": "A fork with an extra feature", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec" |
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
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
31069
1063