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

big-decimal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-decimal - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "big-decimal",
"version": "1.0.0",
"version": "1.0.1",
"description": "Javascript version of the com.ibm.icu.math.BigDecimal and com.ibm.icu.math.MathContext Java classes from the ICU4J project.",

@@ -27,3 +27,3 @@ "main": "build/BigDecimal-all-last.js",

"author": "",
"license": "ISC",
"license": "ICU4J",
"bugs": {

@@ -30,0 +30,0 @@ "url": "https://github.com/gferrin/BigDecimal.js/issues"

@@ -7,2 +7,4 @@ This is a node.js implementation of this [Javascript Library](https://github.com/dtrebbien/BigDecimal.js)

var x = new big('1234.5678000');
console.log(new big("1234.0000").isLessThan(new big("1234.5678"))); // true
```

@@ -9,0 +11,0 @@

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