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

big.js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big.js - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

4

big.js
/*
* big.js v6.0.0
* big.js v6.0.1
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.

@@ -785,3 +785,3 @@ * Copyright (c) 2020 Michael Mclaughlin

e = ((e + 1) / 2 | 0) - (e < 0 || e & 1);
r = new Big((s == 1 / 0 ? '1e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e);
r = new Big((s == 1 / 0 ? '5e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e);
} else {

@@ -788,0 +788,0 @@ r = new Big(s);

@@ -0,1 +1,6 @@

#### 6.0.1
* 30/09/20
* Correct `sqrt` initial estimate.
#### 6.0.0

@@ -2,0 +7,0 @@

{
"name": "big.js",
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
"version": "6.0.0",
"version": "6.0.1",
"keywords": [

@@ -6,0 +6,0 @@ "arbitrary",

Sorry, the diff of this file is not supported yet

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