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

js-big-decimal

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-big-decimal - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "js-big-decimal",
"version": "1.1.0",
"version": "1.1.1",
"description": "Work with large numbers on the client side. Round them off to any required precission.",

@@ -5,0 +5,0 @@ "main": "lib/big-decimal",

@@ -17,7 +17,7 @@ # JS Big Decimal

```jsavascript
var bigDecimal = require(bigDecimal).bigDecimal;
var bigDecimal = require('js-big-decimal').bigDecimal;
```
For `typescript`, use
```jsavascript
import { bigDecimal } from 'bigDecimal';
import { bigDecimal } from 'js-big-decimal';
```

@@ -140,2 +140,2 @@

var quotient = n1.divide(n2); // quotient = new bigDecimal('11.25')
```
```
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