New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trie-prefix-tree

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trie-prefix-tree - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

dist/permutations.js

@@ -35,6 +35,4 @@ 'use strict';

if (opts.type === 'anagram') {
if (wordIsEmpty && endWordFound && !wordFound) {
words.push(prefix);
}
if (wordIsEmpty && endWordFound && !wordFound) {
words.push(prefix);
}

@@ -41,0 +39,0 @@

{
"name": "trie-prefix-tree",
"version": "1.0.4",
"version": "1.0.5",
"description": "Create and modify trie prefix structures, extract word lists including anagrams and sub-anagrams",

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

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