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

calc-stats

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calc-stats - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

calc-stats.js

@@ -62,2 +62,3 @@ const { getOrCreateIterator } = require("iter-fun");

calcMedian = stats.includes("median");
calcMin = stats.includes("min");
calcMode = stats.includes("mode");

@@ -75,3 +76,3 @@ calcModes = stats.includes("modes");

let needCount = calcCount || calcMean || calcMedian || calcVariance || calcStd || typeof filter === "function";
let needHistogram = calcHistogram || calcMedian || calcMode || calcModes || calcUniques;
let needHistogram = calcHistogram || calcMedian || calcMode || calcModes || calcVariance || calcStd || calcUniques;
let needSum = calcSum || calcMean || calcVariance || calcStd;

@@ -78,0 +79,0 @@ let needMin = calcMin || calcRange;

{
"name": "calc-stats",
"version": "1.0.0",
"version": "1.0.1",
"description": "Memory-Aware Statistical Calculations",

@@ -5,0 +5,0 @@ "main": "calc-stats.js",

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