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.24 to 1.0.25

2

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

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

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

if (payment.data.attributes.beneficiary) {
payload.data.attributes.beneficiary = payment.data.attributes.beneficiary;
payload.data.attributes.beneficiary = { name: payment.data.attributes.beneficiary.name };
}

@@ -180,0 +180,0 @@ if (payment.data.attributes.execution_date) {

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

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

@@ -252,10 +252,9 @@ # Fintecture

if (transactions.links.next) {
while (transactions.links.next) {
transactions = await client.getTransactions(accessToken, customerId, accountId, headers,transactions.links.next) ;
transactionsPages.push(transactions);
}
while (transactions.links.next) {
transactions = await client.getTransactions(accessToken, customerId, accountId, headers,transactions.links.next) ;
transactionsPages.push(transactions);
}
```

@@ -262,0 +261,0 @@

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