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.1.6 to 1.1.7

12

CHANGELOG.md

@@ -0,1 +1,13 @@

### v1.1.7 (2015-02-18)
* * *
** APIs added**:
A new API called Remove scheduled cancellation method(Subscription) added to remove the pending cancellation scheduled at end of the subscription term.
** APIs deprecated**:
Reactivate a subscription(Subscription) API is deprecated for subscriptions in Non-Renewing state as an alternate API(see above) is added.
** APIs updated**:
Create subscription/customer, update subscription/customer/payment method/billing info API now accepts the State Code for billing, shipping, subscription and card addresses.
### v1.1.6 (2015-01-07)

@@ -2,0 +14,0 @@ * * *

2

lib/chargebee.js

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

timeout: 40000,
clientVersion: 'v1.1.6',
clientVersion: 'v1.1.7',
port: 443

@@ -11,0 +11,0 @@ };

@@ -53,2 +53,9 @@ var _endpoints = {

[
"remove_scheduled_cancellation",
"POST",
"/subscriptions",
"/remove_scheduled_cancellation",
true
],
[
"update",

@@ -55,0 +62,0 @@ "POST",

{
"name" : "chargebee",
"version" : "1.1.6",
"version" : "1.1.7",
"description" : "A library for integrating with ChargeBee.",

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

@@ -5,1 +5,6 @@ chargebee-node

The [node.js](http://nodejs.org/) library for integrating with ChargeBee
The full documentation can be found on the chargebee site here:
[https://apidocs.chargebee.com/docs/api?lang=node](https://apidocs.chargebee.com/docs/api?lang=node)
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