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

fintecture-client

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fintecture-client - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

2

lib/package.json
{
"name": "fintecture-client",
"version": "1.0.21",
"version": "1.0.22",
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments",

@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js",

@@ -21,2 +21,3 @@ "use strict";

const AISproviderIdTest = process.env.AIS_PROVIDER_ID_TEST || 'cmmcfr';
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
AISproviderIdTest.split(',').forEach((providerId) => {

@@ -23,0 +24,0 @@ providerId = providerId.trim();

@@ -149,5 +149,8 @@ "use strict";

psu_name: payment.customer_full_name,
psu_form: payment.customer_form,
psu_incorporation: payment.customer_incorporation,
psu_email: payment.customer_email,
psu_ip: payment.customer_ip,
psu_phone: payment.customer_phone,
psu_address: payment.customer_address
};

@@ -154,0 +157,0 @@ const data = {

@@ -82,2 +82,4 @@ import { ISessionPayload } from '../pis/PisInterface';

psu_name?: string;
psu_form?: string;
psu_incorporation?: string;
psu_email?: string;

@@ -98,2 +100,4 @@ psu_phone?: string;

name: string;
form?: string;
incorporation?: string;
street: string;

@@ -100,0 +104,0 @@ number: string;

{
"name": "fintecture-client",
"version": "1.0.21",
"version": "1.0.22",
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments",

@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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