find-my-way
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -431,3 +431,3 @@ 'use strict' | ||
var goBack = this.ignoreTrailingSlash ? previousPath : '/' + previousPath | ||
var goBack = previousPath.charCodeAt(0) === 47 ? previousPath : '/' + previousPath | ||
if (originalPath.indexOf(goBack) === -1) { | ||
@@ -434,0 +434,0 @@ // we need to know the outstanding path so far from the originalPath since the last encountered "/" and assign it to previousPath. |
{ | ||
"name": "find-my-way", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Crazy fast http radix based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
171488
47
4760