Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 2.0.3

4

dist/math-helper-functions.esm.js
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": {

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