Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ml-sparse-matrix

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-sparse-matrix - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"name": "ml-sparse-matrix",
"version": "0.2.0",
"version": "0.2.1",
"description": "Sparse matrix library",

@@ -31,4 +31,4 @@ "main": "src/SparseMatrix.js",

"dependencies": {
"ml-hash-table": "^0.1.2"
"ml-hash-table": "^0.2.0"
}
}

@@ -150,3 +150,3 @@ const HashTable = require('ml-hash-table');

if (r === 0) {
this.elements.remove(key);
this.elements.remove(key, true);
} else {

@@ -158,2 +158,3 @@ this.elements.set(key, r);

});
this.elements.maybeShrinkCapacity();
return this;

@@ -160,0 +161,0 @@ }

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