Socket
Socket
Sign inDemoInstall

mnemonist

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mnemonist - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

docs/heap.md

4

CHANGELOG.md
# Changelog
## 0.2.0
* Adding `Trie`.
## 0.1.0

@@ -4,0 +8,0 @@

9

package.json
{
"name": "mnemonist",
"version": "0.1.0",
"version": "0.2.0",
"description": "Collection of classic data structures for JavaScript.",

@@ -12,6 +12,8 @@ "main": "index.js",

"files": [
"docs",
"heap.js",
"index.js",
"linked-list.js",
"stack.js"
"stack.js",
"trie.js"
],

@@ -28,3 +30,4 @@ "repository": {

"queue",
"linked list"
"linked list",
"trie"
],

@@ -31,0 +34,0 @@ "author": {

@@ -25,2 +25,3 @@ [![Build Status](https://travis-ci.org/Yomguithereal/mnemonist.svg)](https://travis-ci.org/Yomguithereal/mnemonist)

* [Stack](docs/stack.md)
* [Trie](docs/trie.md)

@@ -27,0 +28,0 @@ ## Contribution

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