@yaffle/bigdecimal
Advanced tools
Comparing version 1.0.34 to 1.0.35
{ | ||
"name": "@yaffle/bigdecimal", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "Arbitrary precision decimal arithmetic library. Polyfill for decimal proposal. Implemented on the top of BigInt.", | ||
"main": "BigDecimal.js", | ||
"types": "BigDecimal.d.ts", | ||
"scripts": { | ||
@@ -21,3 +22,4 @@ "test": "node --experimental-modules tests.js" | ||
"files": [ | ||
"BigDecimal.js" | ||
"BigDecimal.js", | ||
"BigDecimal.d.ts" | ||
], | ||
@@ -24,0 +26,0 @@ "author": "Viktor Mukhachev", |
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
48327
5
997