Comparing version 6.3.0 to 6.4.0
{ | ||
"name": "wayfarer", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "Composable trie based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -68,3 +68,3 @@ const mutate = require('xtend/mutable') | ||
// match named routes | ||
params[trie.name] = route | ||
params[trie.name] = decodeURIComponent(route) | ||
return search(index + 1, trie.nodes['$$']) | ||
@@ -71,0 +71,0 @@ } else { |
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
14441