Comparing version 0.4.5 to 0.4.6
@@ -31,3 +31,3 @@ import { URL } from 'node:url'; | ||
} | ||
if (exact && pathPortions.length > patternPortions.length) { | ||
if (exact && pathPortions.length > patternPortions.length && !patternPortions.includes('**')) { | ||
return null; | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "fluvial", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Fluvial: A light http/2 server framework, similar to Express", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
154024