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

@mongodb-js/triejs

Package Overview
Dependencies
Maintainers
30
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/triejs - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

9

package.json
{
"name": "@mongodb-js/triejs",
"version": "0.1.5",
"version": "0.2.0",
"author": "Paul Thurlow",

@@ -14,5 +14,5 @@ "description": "Customizable trie data structure built in JavaScript.",

"contibutors": [],
"dependencies": {},
"scripts": {
"test": "node tests/vendor/suite.js"
"test": "echo \"Not working, but the package will go away soon anyway\"",
"test-ci": "npm run test"
},

@@ -29,3 +29,4 @@ "main": "src/trie.js",

"node": "*"
}
},
"gitHead": "170c704d3e22d335d5bf380dafe2b87569d7c4be"
}

@@ -1,2 +0,6 @@

#Triejs [![Build Status](https://secure.travis-ci.org/pthurlow/triejs.png)](http://travis-ci.org/pthurlow/triejs)
:warning: This fork merely fixes `devDependencies` listed as `dependencies` and because the original project is no longer maintained, published as `@mongodb-js/triejs` on npm.
---
# Triejs [![Build Status](https://secure.travis-ci.org/pthurlow/triejs.png)](http://travis-ci.org/pthurlow/triejs)
A Javascript implementation of a trie data structure with an extensible data

@@ -3,0 +7,0 @@ model to easily customize to any need. Visit the [Triejs page](http://pthurlow.github.com/triejs) for more info and technical details.

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