gocardless-nodejs
gocardless-nodejs copied to clipboard
GoCardless Node.js client
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 18.1.3 and updates ancestor dependency [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `yargs-parser` from 16.1.0 to 18.1.3 Changelog Sourced from yargs-parser's changelog. 18.1.3 (2020-04-16) Bug...
Removes [node-notifier](https://github.com/mikaelbr/node-notifier). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `node-notifier` Updates `jest` from 25.5.4 to 29.7.0 Release notes Sourced from...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `tough-cookie` Updates `jest` from 25.5.4 to 29.7.0 Release notes Sourced from...
Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `jsdom` Updates `jest` from 25.5.4 to 29.7.0 Release notes Sourced from...
Got a TypeError inside internal error handling code of the library today. > webpack://handler/node_modules/gocardless-nodejs/errors.js:29 const { statusCode, body: { error: { type, errors }, }, } = response; ^ TypeError:...
I'm really not an expert in TypeScript/JS nor using this library, but I think this is the changes required to make `list_for_billing_request` work at all as I described here: https://github.com/gocardless/gocardless-nodejs/issues/177
I'm trying to use list_for_billing_request as documented here in step 5 https://developer.gocardless.com/billing-requests/billing-request-actions: ```javascript const constants = require('gocardless-nodejs/constants'); const gocardless = require('gocardless-nodejs'); const client = gocardless('your_access_token_here', constants.Environments.Sandbox); // List of billing...
Hi I guess you guys have put a lot of efforts in adding typescript support for a lib that wasn't originally designed for it - and thank you for that....
CVE-2023-46233 ([cve.org](https://www.cve.org/CVERecord?id=CVE-2023-46233)) Affected versions < `4.2.0` It would be great if you could bump it.