calc-stats
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -80,3 +80,3 @@ const fasterMedian = require("faster-median"); | ||
let needCount = calcMean || calcMedian; | ||
let needHistogram = calcMode || calcHistogram; | ||
let needHistogram = calcMode || calcModes || calcHistogram; | ||
let needSum = calcSum || calcMean; | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "calc-stats", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Memory-Aware Statistical Calculations", | ||
@@ -5,0 +5,0 @@ "main": "calc-stats.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12488