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.5.0 to 0.6.0

4

CHANGELOG.md
# Changelog
## 0.6.0
* Adding `MultiSet`.
## 0.5.0

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

@@ -19,2 +19,3 @@ /**

MaxHeap: Heap.MaxHeap,
MultiSet: require('./multiset.js'),
LinkedList: require('./linked-list.js'),

@@ -21,0 +22,0 @@ Queue: require('./queue.js'),

2

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

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

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

* [Linked List](docs/linked-list.md)
* [MultiSet](docs/multiset.md)
* [Queue](docs/queue.md)

@@ -27,0 +28,0 @@ * [Stack](docs/stack.md)

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