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

@exante/big-decimal

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exante/big-decimal - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/bigDecimal.js

@@ -18,4 +18,4 @@ "use strict";

var allowedScale = scale;
if (allowedScale < 0) {
allowedScale = 0;
if (allowedScale < -100) {
allowedScale = -100;
}

@@ -22,0 +22,0 @@ else if (allowedScale > 100) {

{
"name": "@exante/big-decimal",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utility functions to convert numbers to and from big decimal objects.",

@@ -5,0 +5,0 @@ "main": "lib/bigDecimal.js",

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