Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

trie-search

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trie-search - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

package.json

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc