digital-tree
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "digital-tree", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "trie data structure", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -73,3 +73,3 @@ # digital tree | ||
Search and return all the values in the tree that are nested until the provided `prefix`. | ||
Search and return all the values in the tree that are nested under the provided `prefix`. | ||
@@ -76,0 +76,0 @@ The results will be an Iterator over the matching values. The order of iteration is defined based on the default ordering of the trie (BFS/DFS) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0