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.2 to 2.0.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

### v2.0.3 (2016-05-02)
* * *
** APIs added**:
Support to archive a coupon code. See archive Coupon code API here: https://apidocs.chargebee.com/docs/api/coupon_codes#archive_a_coupon_code
** APIs updated**:
The attribute for "status" is returned as part of Coupon Code resource. See : https://apidocs.chargebee.com/docs/api/coupon_codes#coupon_code_attributes
### v2.0.2 (2016-04-29)

@@ -2,0 +12,0 @@ * * *

2

lib/chargebee.js

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

timeout: 40000,
clientVersion: 'v2.0.2',
clientVersion: 'v2.0.3',
port: 443

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

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

true
],
[
"archive",
"POST",
"/coupon_codes",
"/archive",
true
]

@@ -630,0 +637,0 @@ ],

{
"name":"chargebee",
"version":"2.0.2",
"version":"2.0.3",
"description":"A library for integrating with ChargeBee.",

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

# Chargebee Node Client Library - API V2
[![npm](https://img.shields.io/npm/dt/chargebee.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/v/chargebee.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/v/chargebee.svg?maxAge=2592000)](https://www.npmjs.com/package/chargebee)
[![npm](https://img.shields.io/npm/dt/chargebee.svg?maxAge=2592000)](https://www.npmjs.com/package/chargebee)

@@ -6,0 +6,0 @@ This is the [node.js](http://nodejs.org/) Library for integrating with Chargebee. Sign up for a Chargebee account [here](https://www.chargebee.com).

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