trie-search
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,3 +6,3 @@ { | ||
"description": "A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "index.js", | ||
@@ -31,4 +31,4 @@ "url": "https://github.com/joshjung/trie-search", | ||
"dependencies": { | ||
"hasharray": "^0.2.5" | ||
"hasharray": "^0.2.8" | ||
} | ||
} |
@@ -58,3 +58,3 @@ ![](https://nodei.co/npm/trie-search.png?downloads=True&stars=True) | ||
Example 2 (add items) | ||
Example 2 (add items individually or from Array) | ||
====================== | ||
@@ -61,0 +61,0 @@ |
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
8967738
Updatedhasharray@^0.2.8