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.7 to 1.1.8

15

CHANGELOG.md

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

### v1.1.8 (2015-02-27)
* * *
** APIs added**:
A new API "Create an Invoice" added to create one-off invoices with multiple 'Non Recurring' addon & ad-hoc charges for a customer. See https://apidocs.chargebee.com/docs/api/invoices#create_an_invoice.
A new API called Activate a portal session method(Portal session) added to support building your authentication for your website on top of ChargeBee. See https://apidocs.chargebee.com/docs/api/portal_sessions#activate_a_portal_session. Read about "Using ChargeBee authentication to allow access to your website" at https://apidocs.chargebee.com/docs/api/portal_sessions.
** APIs updated**:
Shipping and Billing Address are returned as part of Invoice resource attributes. This returns the shiping & billing address that was present at the time of invoice generation.
Linked Customers as part of Portal session resource attributes.
### v1.1.7 (2015-02-18)

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

2

lib/chargebee.js

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

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

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

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

[
"create",
"POST",
"/invoices",
null,
false
],
[
"charge",

@@ -594,2 +601,9 @@ "POST",

true
],
[
"activate",
"POST",
"/portal_sessions",
"/activate",
true
]

@@ -596,0 +610,0 @@ ]

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