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

math-helper-functions

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math-helper-functions - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

package.json
{
"name": "math-helper-functions",
"version": "2.0.0",
"version": "2.0.1",
"description": "Helper with misc. math functions such as sums, averages, max, min, etc",

@@ -55,3 +55,4 @@ "main": "dist/index.js",

"d3-array": "^2.0.3",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
},

@@ -58,0 +59,0 @@ "prettier": {

26

README.md

@@ -39,15 +39,15 @@ # math-helper-functions

- [calcDistribution](modules.md#calcdistribution)
- [calcDomain](modules.md#calcdomain)
- [calcHistogram](modules.md#calchistogram)
- [calcMax](modules.md#calcmax)
- [calcMean](modules.md#calcmean)
- [calcMedian](modules.md#calcmedian)
- [calcMin](modules.md#calcmin)
- [calcPercent](modules.md#calcpercent)
- [calcQuartiles](modules.md#calcquartiles)
- [calcSum](modules.md#calcsum)
- [calcWeightedMean](modules.md#calcweightedmean)
- [calcWeightedMedian](modules.md#calcweightedmedian)
- [ruleOfThree](modules.md#ruleofthree)
- [calcDistribution](#calcdistribution)
- [calcDomain](#calcdomain)
- [calcHistogram](#calchistogram)
- [calcMax](#calcmax)
- [calcMean](#calcmean)
- [calcMedian](#calcmedian)
- [calcMin](#calcmin)
- [calcPercent](#calcpercent)
- [calcQuartiles](#calcquartiles)
- [calcSum](#calcsum)
- [calcWeightedMean](#calcweightedmean)
- [calcWeightedMedian](#calcweightedmedian)
- [ruleOfThree](#ruleofthree)

@@ -54,0 +54,0 @@ ## Functions

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