Socket
Socket
Sign inDemoInstall

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.3 to 6.1.0

8

big.js
/*
* big.js v6.0.3
* big.js v6.1.0
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2020 Michael Mclaughlin
* Copyright (c) 2021 Michael Mclaughlin
* https://github.com/MikeMcl/big.js/LICENCE.md

@@ -123,2 +123,6 @@ */

Big.strict = STRICT;
Big.roundDown = 0;
Big.roundHalfUp = 1;
Big.roundHalfEven = 2;
Big.roundUp = 3;

@@ -125,0 +129,0 @@ return Big;

@@ -0,1 +1,7 @@

#### 6.1.0
* 26/04/21
* #165 Add missing documentation of `toFixed` etc. rounding mode parameter.
* #150 Add static rounding modes to `Big` constructor.
#### 6.0.3

@@ -2,0 +8,0 @@

The MIT License (MIT)
=====================
Copyright © `<2020>` `Michael Mclaughlin`
Copyright © `<2021>` `Michael Mclaughlin`

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person

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

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

@@ -153,3 +153,3 @@ # big.js

To minify using, for example, npm and [terser](https://github.com/terser/terse)
To minify using, for example, npm and [terser](https://github.com/terser/terser)

@@ -156,0 +156,0 @@ ```bash

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