@exodus/currency
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,6 @@ | ||
0.1.1 / 2018-11-11 | ||
------------------ | ||
- fix `conversion` due to upgrade to `big-rational` | ||
0.1.0 / 2018-11-11 | ||
@@ -2,0 +7,0 @@ ------------------ |
@@ -21,3 +21,3 @@ "use strict"; | ||
let newNumber = normalizeNum._number.times(num2._number).div(num1._number); | ||
let newNumber = normalizeNum._number.times(num2._number).divide(num1._number); | ||
@@ -28,3 +28,3 @@ return ut2[num2.unitName](newNumber).toBase().to(num2.unitName); | ||
let newNumber = normalizeNum._number.times(num1._number).div(num2._number); | ||
let newNumber = normalizeNum._number.times(num1._number).divide(num2._number); | ||
@@ -31,0 +31,0 @@ return ut1[num1.unitName](newNumber).toBase().to(num1.unitName); |
{ | ||
"name": "@exodus/currency", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Currency support.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11837
0