New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@circuitly/chargebee-js-types

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@circuitly/chargebee-js-types

TypeScript Definitions for Chargebee.js

latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
2
Created
Source

Chargebee.js Types

This package contains type definitions for Chargebee JS browser SDK. If your are looking for Chargebee.js components head to framework wrappers.

Install

npm install --save-dev @chargebee/chargebee-js-types

Setup Pre-commit Hooks

Install pre-commit framework in developer machine

brew install pre-commit
npm run precommit

Add Typing to window.Chargebee

To have the Chargebee object properly typed, add the following global type definition, such as in global.d.ts:

import Chargebee from "@chargebee/chargebee-js-types"

declare global {
	var Chargebee: Chargebee
}

Support

Have any queries regarding the implementation? Reach out to support@chargebee.com

Keywords

chargebee

FAQs

Package last updated on 24 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts