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

ml-stat

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-stat - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

0

docs/assets/fonts/LICENSE.txt

@@ -0,0 +0,0 @@ Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.

5

History.md

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

<a name="1.3.3"></a>
## [1.3.3](https://github.com/mljs/stat/compare/v1.3.2...v1.3.3) (2016-09-02)
<a name="1.3.2"></a>

@@ -2,0 +7,0 @@ ## [1.3.2](https://github.com/mljs/stat/compare/v1.3.1...v1.3.2) (2016-09-02)

5

matrix.js

@@ -38,3 +38,6 @@ 'use strict';

}
return {min, max};
return {
min:min,
max:max
};
};

@@ -41,0 +44,0 @@

{
"name": "ml-stat",
"version": "1.3.2",
"version": "1.3.3",
"description": "Functions for computing stats on arrays and matrices",

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

Sorry, the diff of this file is not supported yet

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