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 3.21.0 to 3.22.0

2

constants.d.ts

@@ -5,4 +5,4 @@ declare enum Environments {

}
declare const CLIENT_VERSION = "3.21.0";
declare const CLIENT_VERSION = "3.22.0";
declare const API_VERSION = "2015-07-06";
export { Environments, CLIENT_VERSION, API_VERSION };

@@ -9,3 +9,3 @@ 'use strict';

})(Environments || (exports.Environments = Environments = {}));
const CLIENT_VERSION = '3.21.0';
const CLIENT_VERSION = '3.22.0';
exports.CLIENT_VERSION = CLIENT_VERSION;

@@ -12,0 +12,0 @@ const API_VERSION = '2015-07-06';

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

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

"dependencies": {
"buffer-equal-constant-time": "1.0.1",
"crypto-js": "4.2.0",
"got": "^11.8.5",
"lodash": "^4.17.15",
"uuid": "^7.0.2",
"crypto-js": "3.2.1",
"buffer-equal-constant-time": "1.0.1",
"qs": "^6.9.1"
"qs": "^6.9.1",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/node": "^13.9.0",
"@types/jest": "^25.1.4",
"@types/nock": "^11.1.0",
"@types/node": "^13.9.0",
"jest": "^25.1.0",
"nock": "^13.0.11",
"ts-jest": "25.2.1",
"nock": "^13.0.11",
"typescript": "^4.2.4"

@@ -46,4 +46,4 @@ },

"engines": {
"node": ">=10.0"
"node": ">=18.0"
}
}

@@ -47,3 +47,3 @@ # Node.js client for the GoCardless API

// Create a new payment.
// Create a new payment with an idempotency key
const payment = await client.payments.create(

@@ -55,3 +55,3 @@ {

},
{ idempotencyKey: uuidv4() },
uuidv4(),
);

@@ -58,0 +58,0 @@

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