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.35.0 to 0.36.0

sparse-queue-set.d.ts

4

CHANGELOG.md
# Changelog
## 0.36.0
* Adding `SparseQueueSet`.
## 0.35.0

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

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

export {set};
export {default as SparseQueueSet} from './sparse-queue-set';
export {default as SparseMap} from './sparse-map';

@@ -36,0 +37,0 @@ export {default as SparseSet} from './sparse-set';

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

Set: require('./set.js'),
SparseQueueSet: require('./sparse-queue-set.js'),
SparseMap: require('./sparse-map.js'),

@@ -49,0 +50,0 @@ SparseSet: require('./sparse-set.js'),

4

package.json
{
"name": "mnemonist",
"version": "0.35.0",
"version": "0.36.0",
"description": "Curated collection of data structures for the JavaScript language.",

@@ -11,2 +11,4 @@ "scripts": {

},
"main": "./index.js",
"types": "./index.d.ts",
"files": [

@@ -13,0 +15,0 @@ "sort",

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

* [Static DisjointSet](https://yomguithereal.github.io/mnemonist/static-disjoint-set)
* [SparseQueueSet](https://yomguithereal.github.io/mnemonist/sparse-queue-set)
* [SparseMap](https://yomguithereal.github.io/mnemonist/sparse-map)

@@ -50,0 +51,0 @@ * [SparseSet](https://yomguithereal.github.io/mnemonist/sparse-set)

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