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

decimal.js

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decimal.js - npm Package Compare versions

Comparing version 10.3.1 to 10.4.0

2

decimal.d.ts

@@ -254,3 +254,3 @@ // Type definitions for decimal.js >=7.0.0

static hypot(...n: Decimal.Value[]): Decimal;
static isDecimal(object: any): boolean
static isDecimal(object: any): object is Decimal;
static ln(n: Decimal.Value): Decimal;

@@ -257,0 +257,0 @@ static log(n: Decimal.Value, base?: Decimal.Value): Decimal;

The MIT Licence.
Copyright (c) 2021 Michael Mclaughlin
Copyright (c) 2022 Michael Mclaughlin

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

{
"name": "decimal.js",
"description": "An arbitrary-precision Decimal type for JavaScript.",
"version": "10.3.1",
"version": "10.4.0",
"keywords": [

@@ -26,2 +26,12 @@ "arbitrary",

"browser": "decimal.js",
"exports": {
".": {
"types": "./decimal.d.ts",
"import": "./decimal.mjs",
"require": "./decimal.js"
},
"./decimal.mjs": "./decimal.mjs",
"./decimal.js": "./decimal.js",
"./package.json": "./package.json"
},
"author": {

@@ -28,0 +38,0 @@ "name": "Michael Mclaughlin",

Sorry, the diff of this file is too big to display

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