Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chargebee

Package Overview
Dependencies
Maintainers
1
Versions
160
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 1.0.0 to 1.0.1

CHANGELOG.md

24

lib/resources/api_endpoints.js

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

[
"pdf",
"POST",
"/invoices",
"/pdf",
true
],
[
"collect",

@@ -184,2 +191,9 @@ "POST",

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

@@ -215,2 +229,9 @@ ],

true
],
[
"refund",
"POST",
"/transactions",
"/refund",
true
]

@@ -417,4 +438,5 @@ ],

]
]
],
"download": []
};
module.exports = _endpoints;

2

package.json
{
"name" : "chargebee",
"version" : "1.0.0",
"version" : "1.0.1",
"description" : "A library for integrating with ChargeBee.",

@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"],

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