math-helper-functions
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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": { |
@@ -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 |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
80101
3
+ Addedlodash-es@^4.17.21
+ Addedlodash-es@4.17.21(transitive)