New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ml-array-variance

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-array-variance - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

lib-es6/index.js

@@ -29,2 +29,2 @@ import isArray from 'is-any-array';

export default variance;
export { variance as default };

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "ml-array-variance",
"version": "1.1.6",
"version": "1.1.7",
"description": "Get the variance in an array",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

},
"gitHead": "d06a16075e582be7b7c553cd1aecbe1d03c64b7a"
"gitHead": "207c5e6e1486b2d22fdfec7b7a3b6867fe50a69e"
}

@@ -0,0 +0,0 @@ # array-variance

@@ -0,0 +0,0 @@ import variance from '..';

@@ -0,0 +0,0 @@ import isArray from 'is-any-array';

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

declare module 'ml-array-variance' {
declare namespace arrayVariance {
export interface ArrayVarianceOptions {

@@ -13,11 +13,12 @@ /**

}
}
/**
* Computes the variance of the given values.
*/
function arrayVariance(
array: ArrayLike<number>,
options?: ArrayVarianceOptions,
): number;
export = arrayVariance;
}
/**
* Computes the variance of the given values.
*/
declare function arrayVariance(
array: ArrayLike<number>,
options?: arrayVariance.ArrayVarianceOptions,
): number;
export = arrayVariance;

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