decimal.js
Advanced tools
Comparing version 10.3.1 to 10.4.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
282697
6