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.39.0 to 0.39.1

12

heap.d.ts

@@ -51,2 +51,8 @@ /**

inspect(): any;
// Statics
static from<I>(
iterable: Iterable<I> | {[key: string] : I},
comparator?: HeapComparator<I>
): Heap<I>;
}

@@ -72,2 +78,8 @@

inspect(): any;
// Statics
static from<I>(
iterable: Iterable<I> | {[key: string] : I},
comparator?: HeapComparator<I>
): Heap<I>;
}

@@ -74,0 +86,0 @@

2

package.json
{
"name": "mnemonist",
"version": "0.39.0",
"version": "0.39.1",
"description": "Curated collection of data structures for the JavaScript/TypeScript.",

@@ -5,0 +5,0 @@ "scripts": {

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