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

chargebee

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chargebee - npm Package Compare versions

Comparing version 1.2.9 to 1.3.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### v1.3.0 (2015-12-15)
* * *
** APIs updated**:
Wrong API invocation issue if empty/null value passed instead of resource id, is fixed.
### v1.2.9 (2015-11-09)

@@ -2,0 +9,0 @@ * * *

4

lib/chargebee.js

@@ -8,3 +8,3 @@ var ChargeBee = {};

timeout: 40000,
clientVersion: 'v1.2.9',
clientVersion: 'v1.3.0',
port: 443

@@ -54,3 +54,3 @@ };

function validateIdParam(idParam) {
if (typeof idParam === 'undefined' || typeof idParam !== 'string') {
if (typeof idParam === 'undefined' || typeof idParam !== 'string' || idParam.trim() < 1) {
throw new Error('the required id parameter missing or wrong');

@@ -57,0 +57,0 @@ }

{
"name" : "chargebee",
"version" : "1.2.9",
"version" : "1.3.0",
"description" : "A library for integrating with ChargeBee.",

@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"],

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