Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eval-formula

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eval-formula - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

13

package.json
{
"name": "eval-formula",
"version": "1.0.3",
"version": "1.0.4",
"description": "Library for calculating formulas. Supports very large numbers(uses BigNumber)",
"dependencies": {

@@ -17,3 +18,11 @@ "async": "^2.6.1",

"author": "xJeneK",
"license": "ISC"
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/xJeneKx/eval-formula.git"
},
"bugs": {
"url": "https://github.com/xJeneKx/eval-formula/issues"
},
"homepage": "https://github.com/xJeneKx/eval-formula#readme"
}

4

README.md
# eval-formula
Library for calculating formulas. Supports very large numbers(uses BigNumber)
Library for calculating formulas. Supports very large numbers(uses BigNumber). Very high accuracy of calculations(up to 1e9 digits)
## Examples
See index.test.js
See [index.test.js](https://github.com/xJeneKx/eval-formula/blob/master/index.test.js)
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