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 2.0.9 to 2.1.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

###v2.1.0 (2016-07-18)
* * *
** APIs added**:
A new endpoint to remove coupons associated with the subscription is added. See : https://apidocs.chargebee.com/docs/api/subscriptions#remove_coupons
A new endpoint to record excess payments for a customer is added. See : https://apidocs.chargebee.com/docs/api/customers#record_an_excess_payment_for_a_customer
###v2.0.9 (2016-07-06)

@@ -2,0 +8,0 @@ * * *

2

lib/chargebee.js

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

timeout: 40000,
clientVersion: 'v2.0.9',
clientVersion: 'v2.1.0',
port: 443

@@ -13,0 +13,0 @@ };

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

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

@@ -196,2 +203,9 @@ "POST",

[
"record_excess_payment",
"POST",
"/customers",
"/record_excess_payment",
true
],
[
"delete",

@@ -198,0 +212,0 @@ "POST",

{
"name":"chargebee",
"version":"2.0.9",
"version":"2.1.0",
"description":"A library for integrating with ChargeBee.",

@@ -5,0 +5,0 @@ "keywords":[

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