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.1 to 1.0.2

6

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

@@ -29,5 +29,5 @@ "main": "build/BigDecimal-all-last.js",

"bugs": {
"url": "https://github.com/gferrin/BigDecimal.js/issues"
"url": "https://github.com/dtrebbien/BigDecimal.js/issues"
},
"homepage": "https://github.com/gferrin/BigDecimal.js"
"homepage": "https://github.com/dtrebbien/BigDecimal.js"
}

@@ -1,3 +0,5 @@

This is a node.js implementation of this [Javascript Library](https://github.com/dtrebbien/BigDecimal.js)
## Node.js
To install run: `npm install big-decimal --save`
```js

@@ -11,2 +13,7 @@ var big = require('big-decimal');

## Build
To build the project run: `bash run_closure_compiler.sh`
## Legacy
This is a copy of version 1.0.1 of the [STZ-IDA JavaScript translation](http://www.stz-ida.de/index.php?option=com_content&view=article&id=18&Itemid=32) of the `com.ibm.icu.math.BigDecimal` and `com.ibm.icu.math.MathContext` Java classes from the ICU4J project.

@@ -13,0 +20,0 @@

return MathContext;
})();
var BigDecimal = (function (MathContext) {
module.exports = BigDecimal = (function (MathContext) {
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