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.6 to 0.39.7

3

bi-map.d.ts

@@ -31,2 +31,5 @@ /**

// Constructor
constructor();
// Methods

@@ -33,0 +36,0 @@ clear(): void;

@@ -14,2 +14,5 @@ /**

// Constructor
private constructor(dimensions: number, build: any);
// Methods

@@ -16,0 +19,0 @@ nearestNeighbor(point: Array<number>): V;

5

linked-list.d.ts

@@ -10,2 +10,5 @@ /**

// Constructor
constructor();
// Methods

@@ -30,2 +33,2 @@ clear(): void;

static from<I>(iterable: Iterable<I> | {[key: string]: I}): LinkedList<I>;
}
}

@@ -145,3 +145,3 @@ /**

oldKey = this.K[pointer];
delete this.items[this.K[pointer]];
delete this.items[oldKey];
}

@@ -148,0 +148,0 @@

@@ -180,3 +180,3 @@ /**

oldKey = this.K[pointer];
delete this.items[this.K[pointer]];
delete this.items[oldKey];
}

@@ -183,0 +183,0 @@

@@ -145,3 +145,3 @@ /**

oldKey = this.K[pointer];
this.items.delete(this.K[pointer]);
this.items.delete(oldKey);
}

@@ -148,0 +148,0 @@

@@ -140,3 +140,3 @@ /**

oldKey = this.K[pointer];
this.items.delete(this.K[pointer]);
this.items.delete(oldKey);
}

@@ -143,0 +143,0 @@

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

declare const MultiMap: MultiMapConstructor;
export default MultiMap;
export default MultiMap;

@@ -11,2 +11,5 @@ /**

// Constructor
constructor();
// Methods

@@ -13,0 +16,0 @@ clear(): void;

{
"name": "mnemonist",
"version": "0.39.6",
"version": "0.39.7",
"description": "Curated collection of data structures for the JavaScript/TypeScript.",

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

@@ -10,2 +10,5 @@ /**

// Constructor
constructor();
// Methods

@@ -12,0 +15,0 @@ clear(): void;

@@ -10,2 +10,5 @@ /**

// Constructor
constructor();
// Methods

@@ -12,0 +15,0 @@ clear(): void;

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