big-decimal
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
436522
0
26
1