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
167
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.18.0 to 2.19.0

2

lib/chargebee.js

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

timeout: 80000,
clientVersion: 'v2.18.0',
clientVersion: 'v2.19.0',
port: 443,

@@ -14,0 +14,0 @@ timemachineWaitInMillis: 3000,

@@ -828,2 +828,16 @@ var _endpoints = {

[
"record_tax_withheld",
"POST",
"/invoices",
"/record_tax_withheld",
true
],
[
"remove_tax_withheld",
"POST",
"/invoices",
"/remove_tax_withheld",
true
],
[
"refund",

@@ -965,2 +979,9 @@ "POST",

[
"remove_tax_withheld_refund",
"POST",
"/credit_notes",
"/remove_tax_withheld_refund",
true
],
[
"resend_einvoice",

@@ -2568,2 +2589,2 @@ "POST",

};
module.exports = _endpoints;
module.exports = _endpoints;
{
"name":"chargebee",
"version":"2.18.0",
"version":"2.19.0",
"description":"A library for integrating with ChargeBee.",

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

Sorry, the diff of this file is too big to display

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