Comparing version 6.1.2 to 6.1.3
{ | ||
"name": "wayfarer", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "Composable trie based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,5 +5,5 @@ # wayfarer [![stability][0]][1] | ||
Composable [trie based](https://github.com/jonathanong/routington/) router. | ||
It's faster than traditional, linear, regular expression-matching routers, | ||
although insignficantly, and scales with the number of routes. | ||
Composable [trie based](https://en.wikipedia.org/wiki/Trie) router. It's | ||
faster than traditional, linear, regular expression-matching routers, although | ||
insignficantly, and scales with the number of routes. | ||
@@ -10,0 +10,0 @@ If you're looking for a client-side router check out |
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
13017