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

@lendi/integrations-transform

Package Overview
Dependencies
Maintainers
86
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.8.5 to 1.8.6

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.8.6
Changes
* Update `merge-application` to merge the company applicant directors
# 1.8.5

@@ -2,0 +7,0 @@

@@ -57,2 +57,4 @@ "use strict";

const listsWithXBeneficialOwner = ['BeneficialOwner'];
// Array fields with @x_Director
const listsWithXDirector = ['Director'];
// Curried function which takes a uniqueKey and returns a function which will either replace

@@ -98,2 +100,5 @@ // or merge the item in the array based on the uniqueKey

}
if (listsWithXDirector.find((item) => item === key)) {
return mergeItems('@x_Director');
}
return mergeItems(key);

@@ -100,0 +105,0 @@ },

2

package.json
{
"name": "@lendi/integrations-transform",
"version": "1.8.5",
"version": "1.8.6",
"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