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

node-irr

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-irr - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/irr/xirr.js

@@ -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",

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