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.7.0 to 1.7.1

index.d.ts

11

package.json
{
"name": "math-helper-functions",
"version": "1.7.0",
"version": "1.7.1",
"description": "Helper with misc. math functions such as sums, averages, max, min, etc",

@@ -30,3 +30,4 @@ "main": "index.js",

"eslint-plugin-jest": "^24.1.0",
"jest": "^26.6.1"
"jest": "^26.6.1",
"typescript": "^4.1.2"
},

@@ -48,5 +49,7 @@ "dependencies": {

"test": "jest",
"prepublish": "yarn test",
"prepublish": "yarn test && yarn run typings",
"typings": "tsc",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
},
"types": "./index.d.ts"
}
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