math-helper-functions
Advanced tools
Comparing version 1.0.0 to 1.0.1
const {max, min, mean, median, histogram} = require('d3-array'); | ||
const sum = require('lodash/sum'); | ||
const sumBy = require('lodash/sumBy'); | ||
const NumberHelper = require('weplan-number-helper'); | ||
const NumberHelper = require('number-helper-functions'); | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "math-helper-functions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Helper with misc. math functions such as sums, averages, max, min, etc", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"d3-array": "^2.0.3", | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.15", | ||
"number-helper-functions": "^1.0.0" | ||
@@ -30,0 +30,0 @@ }, |
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
17728
Updatedlodash@^4.17.15