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.22.3 to 2.23.0

2

lib/chargebee.js

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

timeout: 80000,
clientVersion: 'v2.22.3',
clientVersion: 'v2.23.0',
port: 443,

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

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

[
"create_voucher_payment_source",
"POST",
"/payment_sources",
"/create_voucher_payment_source",
false
],
[
"create_card",

@@ -1407,2 +1414,9 @@ "POST",

false
],
[
"events",
"POST",
"/hosted_pages",
"/events",
false
]

@@ -2623,4 +2637,33 @@ ],

],
"media": []
"payment_voucher": [
[
"create",
"POST",
"/payment_vouchers",
null,
false
],
[
"retrieve",
"GET",
"/payment_vouchers",
null,
true
],
[
"payment_vouchers_for_invoice",
"GET",
"/invoices",
"/payment_vouchers",
true
],
[
"payment_vouchers_for_customer",
"GET",
"/customers",
"/payment_vouchers",
true
]
]
};
module.exports = _endpoints;
{
"name":"chargebee",
"version":"2.22.3",
"version":"2.23.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