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 1.0.3 to 1.0.4

.github/workflows/npmpublish.yml

70

package.json
{
"name": "math-helper-functions",
"version": "1.0.3",
"description": "Helper with misc. math functions such as sums, averages, max, min, etc",
"main": "index.js",
"author": "Alberto Rico",
"license": "MIT",
"repository": {
"url": "https://github.com/alrico88/math-helper-functions"
},
"keywords": [
"math",
"node",
"helper",
"sum",
"average",
"min",
"max",
"percent",
"domain"
],
"devDependencies": {
"eslint": "^5.16.0"
},
"dependencies": {
"d3-array": "^2.0.3",
"lodash": "^4.17.15",
"number-helper-functions": "^1.0.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"eslintIntegration": true
}
"name": "math-helper-functions",
"version": "1.0.4",
"description": "Helper with misc. math functions such as sums, averages, max, min, etc",
"main": "index.js",
"author": "Alberto Rico",
"license": "MIT",
"repository": {
"url": "https://github.com/alrico88/math-helper-functions"
},
"keywords": [
"math",
"node",
"helper",
"sum",
"average",
"min",
"max",
"percent",
"domain"
],
"devDependencies": {
"eslint": "^5.16.0"
},
"dependencies": {
"d3-array": "^2.0.3",
"lodash": "^4.17.15",
"number-helper-functions": "^1.0.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"eslintIntegration": true
}
}
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