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.7.0 to 2.8.0

9

lib/chargebee.js

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

apiPath: '/api/v2',
timeout: 40000,
clientVersion: 'v2.7.0',
timeout: 80000,
clientVersion: 'v2.8.0',
port: 443,

@@ -22,2 +22,6 @@ timemachineWaitInMillis: 3000,

ChargeBee.updateRequestTimeoutInMillis = function(timeout) {
ChargeBee._env.timeout = timeout;
};
ChargeBee._endpoints = require('./resources/api_endpoints.js');

@@ -464,2 +468,3 @@

module.exports.export.wait_for_export_completion = ChargeBee._waitForExport;
module.exports.updateRequestTimeoutInMillis = ChargeBee.updateRequestTimeoutInMillis;
})();

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

[
"update_bank_account",
"POST",
"/payment_sources",
"/update_bank_account",
true
],
[
"verify_bank_account",

@@ -842,2 +849,3 @@ "POST",

],
"tax_withheld": [],
"credit_note": [

@@ -2237,2 +2245,16 @@ [

true
],
[
"find_applicable_items",
"GET",
"/item_prices",
"/applicable_items",
true
],
[
"find_applicable_item_prices",
"GET",
"/item_prices",
"/applicable_item_prices",
true
]

@@ -2239,0 +2261,0 @@ ],

{
"name":"chargebee",
"version":"2.7.0",
"version":"2.8.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