Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
chargebee
Advanced tools
The node.js library for integrating with Chargebee Recurring Billing and Subscription Management solution.
Chargebee now supports two API versions - V1 and V2, of which V2 is the latest release and all future developments will happen in V2.
This library is for our API version V2. The library for V1 can be found in chargebee-v1 branch.
An attribute, api_version, is added to the Event resource, which indicates the API version based on which the event content is structured. In your webhook servers, ensure this api_version is the same as the API version used by your webhook server's client library.
Install the latest version 2.x.x of the library with the following commands:
$ npm install chargebee@">=2 <3"
Then require the library as:
var chargebee = require('chargebee');
The full documentation can be found on the chargebee site here:
https://apidocs.chargebee.com/docs/api?lang=node
See the LICENSE file.
FAQs
A library for integrating with Chargebee.
The npm package chargebee receives a total of 37,977 weekly downloads. As such, chargebee popularity was classified as popular.
We found that chargebee demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.