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.8 to 1.1.9

15

CHANGELOG.md

@@ -0,1 +1,16 @@

### v1.1.9 (2015-03-30)
* * *
** APIs added**:
A new API "Delete an Invoice" added to delete un-paid invoices. This feature was supported through admin console earlier, now it is available via API too.
See https://apidocs.chargebee.com/docs/api/invoices#delete_an_invoice.
** APIs updated**:
Create subscription/customer, update subscription/payment method APIs now accepts the IP Address of customer for card resource.
Now, event "invoice_deleted" can be fetched via API.
See https://apidocs.chargebee.com/docs/api/events#event_types.
### v1.1.8 (2015-02-27)

@@ -2,0 +17,0 @@ * * *

2

lib/chargebee.js

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

timeout: 40000,
clientVersion: 'v1.1.8',
clientVersion: 'v1.1.9',
port: 443

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

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

true
],
[
"delete",
"POST",
"/invoices",
"/delete",
true
]

@@ -248,0 +255,0 @@ ],

{
"name" : "chargebee",
"version" : "1.1.8",
"version" : "1.1.9",
"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