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.0.1 to 0.1.0

heap.js

4

CHANGELOG.md
# Changelog
## 0.1.0
* Adding `Heap`.
## 0.0.1

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

4

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

@@ -8,5 +8,7 @@ "main": "index.js",

"lint": "eslint ./*.js ./benchmark ./test",
"prepublish": "npm test",
"test": "mocha"
},
"files": [
"heap.js",
"index.js",

@@ -13,0 +15,0 @@ "linked-list.js",

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

* [Heap](docs/heap.md)
* [Linked List](docs/linked-list.md)

@@ -24,0 +25,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