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

@datastructures-js/trie

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datastructures-js/trie - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [3.0.1] - 2020-04-18
### Fixed
- jsdoc
- README
## [3.0.0] - 2020-04-09

@@ -11,0 +16,0 @@ ### Changed

2

package.json
{
"name": "@datastructures-js/trie",
"version": "3.0.0",
"version": "3.0.1",
"description": "trie implementation in javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -93,2 +93,4 @@ # @datastructures-js/trie

*Note: the empty string is not a default word in the trie. You can add the empty word explicitly using `.insert('')`*
### .has(word)

@@ -95,0 +97,0 @@ checks if a word exists in the trie.

@@ -72,4 +72,4 @@ /**

* @param {string} word
* @param {TrieNode} word
* @param {string} word
* @param {TrieNode} node
* @param {number} i
* @returns {TrieNode}

@@ -76,0 +76,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