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

gocardless

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 - npm Package Compare versions

Comparing version 1.0.0-beta2 to 1.0.0-beta3

2

lib/resources/resource.js

@@ -14,3 +14,3 @@ var _ = require('lodash');

if (arg[0] !== '/') arg = '/' + arg;
if (arg[arg.length - 1] === '/') arg = arg.substr(0, arg.lenght);
if (arg[arg.length - 1] === '/') arg = arg.substr(0, arg.length);
return arg;

@@ -17,0 +17,0 @@ }).join('');

@@ -8,3 +8,3 @@ {

],
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"author": {

@@ -11,0 +11,0 @@ "name": "Andy Appleton",

# GoCardless Node.js client library
## Version 1.0.0-beta2 note
## Version 1.0.0-beta3 note

@@ -5,0 +5,0 @@ This replaces the previous [gocardless npm module](https://npmjs.org/package/gocardless/0.1.1) and is not API compatible. It will be released as 1.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