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

gocardless-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gocardless-nodejs - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

4

api/api.js

@@ -90,5 +90,5 @@ 'use strict';

'GoCardless-Version': '2015-07-06',
'GoCardless-Client-Version': '1.4.2',
'GoCardless-Client-Version': '1.4.3',
'GoCardless-Client-Library': 'gocardless-nodejs',
'User-Agent': `gocardless-nodejs/1.4.2 node/${this.processVersion} ${this.osPlatform}/${this.osRelease}`,
'User-Agent': `gocardless-nodejs/1.4.3 node/${this.processVersion} ${this.osPlatform}/${this.osRelease}`,
};

@@ -95,0 +95,0 @@ return { ...customHeaders, ...mandatoryHeaders };

@@ -8,3 +8,4 @@ export declare class GoCardlessException {

private code;
private response;
constructor(response: any);
}

@@ -8,2 +8,3 @@ 'use strict';

const { message, errors, documentation_url: documentationUrl, type, request_id: requestId, code, } = error;
this.response = response;
this.message = message;

@@ -10,0 +11,0 @@ this.errors = errors;

{
"name": "gocardless-nodejs",
"version": "1.4.2",
"version": "1.4.3",
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments",

@@ -5,0 +5,0 @@ "author": "GoCardless Ltd <client-libraries@gocardless.com>",

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