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

@lendi/integrations-transform

Package Overview
Dependencies
Maintainers
82
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi/integrations-transform - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

lib/transform-events/transform-liability.js

@@ -53,3 +53,3 @@ "use strict";

if ([public_liability_1.LiabilityType.CreditCard, public_liability_1.LiabilityType.StoreCard].includes(liability.type) && liability.creditLimit) {
(0, lodash_1.set)(partialApplication, liabilityMapping.repaymentAmount, liability.creditLimit * 0.03);
(0, lodash_1.set)(partialApplication, liabilityMapping.repaymentAmount, (0, round_decimal_1.roundDecimal)(liability.creditLimit * 0.03));
(0, lodash_1.set)(partialApplication, liabilityMapping.repaymentFrequency, lixi_internal_request_1.List.Monthly);

@@ -56,0 +56,0 @@ }

{
"name": "@lendi/integrations-transform",
"version": "1.3.3",
"version": "1.3.4",
"description": "Library for kafka event data transforming",

@@ -5,0 +5,0 @@ "author": "Integrations <integrations@lendi.com.au>",

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