Socket
Socket
Sign inDemoInstall

trie-d

Package Overview
Dependencies
56
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -184,4 +184,3 @@ 'use strict';

firstKey = values[0];
}
else {
} else {
values = value.split('');

@@ -248,4 +247,3 @@ firstKey = values[0];

}
else {
} else {
values = value.split(delimiter);

@@ -252,0 +250,0 @@ }

{
"name": "trie-d",
"version": "1.0.4",
"version": "1.0.5",
"description": "Minimal trie datastructure representation",

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

@@ -6,3 +6,3 @@ ## node-trie

[![coverage](https://coveralls.io/repos/github/void666/node-trie/badge.svg?branch=master)](https://coveralls.io/github/void666/node-trie?branch=master)
[![build status](https://travis-ci.org/void666/node-trie?branch=master)](https://travis-ci.org/void666/node-trie)
[![build status](https://travis-ci.org/void666/node-trie.svg?branch=master)](https://travis-ci.org/void666/node-trie)
[![downloads](https://img.shields.io/npm/dt/trie-d.svg)](https://www.npmjs.com/package/trie-d)

@@ -9,0 +9,0 @@ [![downloads monthly](https://img.shields.io/npm/dm/trie-d.svg)](https://www.npmjs.com/package/trie-d)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc