🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

loanjs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loanjs - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+6
-2
package.json
{
"name": "loanjs",
"version": "1.1.1",
"version": "1.1.2",
"main": "LoanJS.js",

@@ -33,3 +33,7 @@ "description": "Calculate loan in js (browser/node.js) for equal installments, installments decreasing, the sum of interest, etc.",

"installments",
"interest"
"interest",
"annuity",
"annuity-due",
"due",
"diminishing"
],

@@ -36,0 +40,0 @@ "devDependencies": {

@@ -5,4 +5,4 @@ # LoanJS

[![NPM version](https://badge.fury.io/js/loanjs.svg)](http://badge.fury.io/js/loanjs)
![core gzip size](http://img.badgesize.io/https://unpkg.com/loanjs@1.0.1/dist/loan.min.js?compression=gzip&label=core%20gzip%20size)
![build status](https://github.com/kfiku/LoanJS/actions/workflows/node.js.yml/badge.svg)
![core gzip size](https://img.badgesize.io/https:/unpkg.com/loanjs/dist/loan.min.js?label=core%20gzip%20size&compression=gzip)
[![Build status](https://github.com/kfiku/LoanJS/actions/workflows/node.js.yml/badge.svg)](https://github.com/kfiku/LoanJS/actions/workflows/node.js.yml)

@@ -161,3 +161,3 @@

#### 2023-06-23 v1.1.0
#### 2023-07-25 v1.1.0
* add `annuityDue` interest rate loan type

@@ -164,0 +164,0 @@ * changing the fourth argument `diminishing` to `loanType` (`annuity` | `diminishing` | `annuityDue`), with backward compatibility (false == 'annuity', true == 'diminishing')