flex-combo-plus
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "flex-combo-plus", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "process engine for aproxy", | ||
@@ -5,0 +5,0 @@ "main": "instance.js", |
@@ -45,3 +45,3 @@ /** | ||
var hostPars = (request.headers.ahost || request.headers.host).split(options.host.seq), | ||
urlPath = path.normalize(request.url); | ||
urlPath = path.normalize(request.url).replace(/\\/g, '/'); | ||
@@ -48,0 +48,0 @@ var lenC = options.combo.start.length, |
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
30798