New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.1 to 3.7.0

2

constants.d.ts

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

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

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

exports.Environments = Environments;
const CLIENT_VERSION = '3.6.1';
const CLIENT_VERSION = '3.7.0';
exports.CLIENT_VERSION = CLIENT_VERSION;

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

{
"name": "gocardless-nodejs",
"version": "3.6.1",
"version": "3.7.0",
"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>",

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

const requestParams = {
path: '/block_by_ref',
path: '/blocks/block_by_ref',
method: 'post',

@@ -109,0 +109,0 @@ urlParameters,

@@ -13,4 +13,4 @@ import * as Types from '../types/Types';

city?: string;
country_code?: string;
creditor_type?: Types.CreditorCreditorType;
country_code: string;
creditor_type: Types.CreditorCreditorType;
name: string;

@@ -17,0 +17,0 @@ postal_code?: string;

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