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.0.2 to 1.0.3

5

History.md

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

1.0.3 / 2015-11-19
==================
* random not correctly filling rectangular matrices
1.0.2 / 2015-10-05

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

2

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

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

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

for (var i = 0; i < rows; i++) {
for (var j = 0; j < rows; j++) {
for (var j = 0; j < columns; j++) {
matrix[i][j] = rng();

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