New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gocardless-api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gocardless-api - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "gocardless-api",
"version": "0.1.4",
"version": "0.1.5",
"description": "Wrapper for GoCardless API v2",

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

@@ -53,6 +53,6 @@

- `method` _(String)_: HTTP request method. One of `GET`, `PUT`, `PATCH` or `- DELETE`
- `resource` _(String)_: Path to the requested resource (e.g. `customers`, `- mandates/123`)
- `method` _(String)_: HTTP request method. One of `GET`, `PUT`, `PATCH` or `DELETE`
- `resource` _(String)_: Path to the requested resource (e.g. `customers`, `mandates/123`)
- `data` _(Object)_: Data to accompany `PUT` or `PATCH` requests
- `query` _(Object)_: Query string as `key=>value` pairs (e.g. `{ limit: 10 }`)
- `options` _(Object)_: Additional request options. Passed directly to `[needle](https://www.npmjs.com/package/needle)`.
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