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

ml-matrix

Package Overview
Dependencies
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-matrix - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

History.md

@@ -0,1 +1,6 @@

1.1.2 / 2016-05-18
==================
* fix EVD bug introduced in last version
1.1.1 / 2016-05-18

@@ -2,0 +7,0 @@ ==================

2

package.json
{
"name": "ml-matrix",
"version": "1.1.1",
"version": "1.1.2",
"description": "Matrix manipulation and computation library",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -28,3 +28,3 @@ 'use strict';

for (j = 0; j < n; j++) {
V[i][j] = value.get([i][j]);
V[i][j] = value.get(i, j);
}

@@ -40,3 +40,3 @@ }

for (i = 0; i < n; i++) {
H[i][j] = value.get([i][j]);
H[i][j] = value.get(i, j);
}

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