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

@yaffle/bigdecimal

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yaffle/bigdecimal - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

2

BigDecimal.js

@@ -412,3 +412,3 @@ /*jslint bigint: true, vars: true, indent: 2*/

}
if (BASE !== 2) {
if (BASE !== 2 || d >= 9007199254740992 || d <= -9007199254740992) {
const x = sum(bd, (digits(as) - digits(bs)));

@@ -415,0 +415,0 @@ const differenceOfLogarithms = typeof x === 'number' ? x : Number(BigInt(x));

{
"name": "@yaffle/bigdecimal",
"version": "1.0.27",
"version": "1.0.28",
"description": "Arbitrary precision decimal arithmetic library. Polyfill for decimal proposal. Implemented on the top of BigInt.",

@@ -5,0 +5,0 @@ "main": "BigDecimal.js",

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