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 0.0.2 to 0.0.3

2

calc-stats.js

@@ -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",

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