Comparing version 1.0.2 to 1.0.3
@@ -14,3 +14,3 @@ "use strict"; | ||
const coefficients = zeros_1.zeros(totalDays); | ||
transformedInputs.forEach(({ amount, day }) => coefficients[day] = amount); | ||
transformedInputs.forEach(({ amount, day }) => coefficients[day] += amount); | ||
return { | ||
@@ -17,0 +17,0 @@ days: totalDays, |
{ | ||
"name": "node-irr", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Node.js package that provides an easy and customizable way to calculate internal rate of return.", | ||
@@ -5,0 +5,0 @@ "author": "Eric Malachias", |
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
36388