Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 2.0.1

2

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

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

@@ -100,4 +100,4 @@ "use strict";

}
if (!(connectConfig.amount >= 1)) {
throw Error('amount must be greater than 1');
if (!(connectConfig.amount >= 0.01)) {
throw Error('amount must be greater than 0.01');
}

@@ -104,0 +104,0 @@ if (!connectConfig.currency) {

{
"name": "fintecture-client",
"version": "2.0.0",
"version": "2.0.1",
"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

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