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

chargebee

Package Overview
Dependencies
Maintainers
0
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 2.41.0 to 2.41.1

2

lib/chargebee.js

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

timeout: 80000,
clientVersion: 'v2.41.0',
clientVersion: 'v2.41.1',
port: 443,

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

{
"name":"chargebee",
"version":"2.41.0",
"version":"2.41.1",
"description":"A library for integrating with ChargeBee.",

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

@@ -78,3 +78,3 @@ ///<reference path='./resources/Address.d.ts' />

export default class {
static configure({ site, api_key }: { site: string; api_key: string });
static configure({ site, api_key }: { site: string; api_key: string }): void;
static address: Address.AddressResource;

@@ -81,0 +81,0 @@ static attached_item: AttachedItem.AttachedItemResource;

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