find-my-way
Advanced tools
Comparing version 4.4.0 to 4.5.0
@@ -95,3 +95,3 @@ 'use strict' | ||
} else if (key === 'host') { | ||
lines.push(' host: req.headers.host,') | ||
lines.push(' host: req.headers.host || req.headers[\':authority\'],') | ||
} else { | ||
@@ -98,0 +98,0 @@ throw new Error('unknown non-custom strategy for compiling constraint derivation function') |
{ | ||
"name": "find-my-way", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"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
251778
60
6371