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.6.4 to 2.6.5

2

lib/chargebee.js

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

timeout: 40000,
clientVersion: 'v2.6.4',
clientVersion: 'v2.6.5',
port: 443,

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

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

[
"checkout_one_time",
"POST",
"/hosted_pages",
"/checkout_one_time",
false
],
[
"checkout_new_for_items",

@@ -1782,2 +1789,39 @@ "POST",

],
"usage": [
[
"create",
"POST",
"/subscriptions",
"/usages",
true
],
[
"retrieve",
"GET",
"/subscriptions",
"/usage",
true
],
[
"delete",
"POST",
"/subscriptions",
"/delete_usage",
true
],
[
"list",
"GET",
"/usages",
null,
false
],
[
"pdf",
"POST",
"/usages",
"/pdf",
false
]
],
"event": [

@@ -1784,0 +1828,0 @@ [

{
"name":"chargebee",
"version":"2.6.4",
"version":"2.6.5",
"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