math-helper-functions
Advanced tools
Comparing version 2.0.2 to 2.0.3
import { median, mean, max, min, extent, histogram, sum } from 'd3-array'; | ||
import get from 'lodash-es/get'; | ||
import isEmpty from 'lodash-es/isEmpty'; | ||
import get from 'lodash/get'; | ||
import isEmpty from 'lodash/isEmpty'; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "math-helper-functions", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Helper with misc. math functions such as sums, averages, max, min, etc", | ||
@@ -55,4 +55,3 @@ "main": "dist/index.js", | ||
"d3-array": "^2.0.3", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21" | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -59,0 +58,0 @@ "prettier": { |
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
2
80640
- Removedlodash-es@^4.17.21
- Removedlodash-es@4.17.21(transitive)