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.3 to 1.1.4

2

History.md

@@ -1,2 +0,2 @@

1.1.3 / 2016-05-27
1.1.4 / 2016-05-27
==================

@@ -3,0 +3,0 @@

{
"name": "ml-matrix",
"version": "1.1.3",
"version": "1.1.4",
"description": "Matrix manipulation and computation library",

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

@@ -46,2 +46,7 @@ 'use strict';

// Native array methods should return instances of Array, not Matrix
static get [Symbol.species]() {
return Array;
}
/**

@@ -1181,3 +1186,2 @@ * Constructs a Matrix with the chosen dimensions from a 1D array

Matrix[Symbol.species] = Array;
Matrix.prototype.klass = 'Matrix';

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