New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fintecture-client

Package Overview
Dependencies
Maintainers
2
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 2.0.1 to 2.0.2

lib/spec/validation.spec.d.ts

4

fintecture-client.ts

@@ -10,2 +10,4 @@ import { AIS } from './src/Ais';

import { Resources } from './src/Resources';
import { Validation } from './src/Validation';
/**

@@ -18,2 +20,3 @@ * Class responsible to centralize and dispatch all calls to the different Fintecture services

export class FintectureClient {
public validation: Validation;

@@ -40,2 +43,3 @@ private config: IFintectureConfig;

this.ais = new AIS(this.config);
this.validation = new Validation(this.config);
}

@@ -42,0 +46,0 @@

import { IPisConnect, IAisConnect } from './src/interfaces/connect/ConnectInterface';
import { Validation } from './src/Validation';
/**

@@ -9,2 +10,3 @@ * Class responsible to centralize and dispatch all calls to the different Fintecture services

export declare class FintectureClient {
validation: Validation;
private config;

@@ -11,0 +13,0 @@ private connect;

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

const Resources_1 = require("./src/Resources");
const Validation_1 = require("./src/Validation");
/**

@@ -37,2 +38,3 @@ * Class responsible to centralize and dispatch all calls to the different Fintecture services

this.ais = new Ais_1.AIS(this.config);
this.validation = new Validation_1.Validation(this.config);
}

@@ -39,0 +41,0 @@ getAccessToken(authCode, scopes) {

6

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

@@ -42,3 +42,3 @@ "main": "lib/fintecture-client.js",

"@types/uuid": "^3.4.6",
"axios": "^0.19.0",
"axios": "^0.25.0",
"dotenv": "^8.2.0",

@@ -55,3 +55,3 @@ "qs": "^6.9.0",

"nock": "^11.6.0",
"nyc": "^14.1.1",
"nyc": "^15.1.0",
"prettier": "^1.19.1",

@@ -58,0 +58,0 @@ "request": "^2.88.0",

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

end_to_end_id: payment.end_to_end_id,
scheme: payment.scheme,
};

@@ -127,0 +128,0 @@ const meta = {

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

end_to_end_id?: string;
scheme?: string;
}

@@ -98,3 +99,3 @@ export interface IMeta {

street: string;
number: string;
number?: string;
city: string;

@@ -101,0 +102,0 @@ zip: string;

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

@@ -42,3 +42,3 @@ "main": "lib/fintecture-client.js",

"@types/uuid": "^3.4.6",
"axios": "^0.19.0",
"axios": "^0.25.0",
"dotenv": "^8.2.0",

@@ -55,3 +55,3 @@ "qs": "^6.9.0",

"nock": "^11.6.0",
"nyc": "^14.1.1",
"nyc": "^15.1.0",
"prettier": "^1.19.1",

@@ -58,0 +58,0 @@ "request": "^2.88.0",

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