🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@chargebee/chargebee-apps-libs

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chargebee/chargebee-apps-libs - npm Package Compare versions

Comparing version
0.0.4
to
1.0.0
+10
CHANGELOG.md
# @chargebee/chargebee-apps-libs
## [1.0.0] - 2026-07-09
### Added
- Initial public release of Chargebee Apps library implementations used by the CLI.
- **App templates** — `serverless-node-starter-app` and `serverless-node-starter-app-with-iparams`, including sample handlers, manifest, test data, and iParams examples.
- **Local development web UI** — Static assets for interactive event testing and iParams editing during `chargebee-apps run`.
- **Public sandbox execution** — Isolated handler execution for local development.
+4
-3
{
"name": "@chargebee/chargebee-apps-libs",
"version": "0.0.4",
"version": "1.0.0",
"description": "Public library implementations for Chargebee Apps CLI",

@@ -13,3 +13,4 @@ "main": "dist/index.js",

"LICENSE",
"SECURITY.md"
"SECURITY.md",
"CHANGELOG.md"
],

@@ -26,3 +27,3 @@ "scripts": {

"dependencies": {
"@chargebee/chargebee-apps-shared": "0.0.4",
"@chargebee/chargebee-apps-shared": "1.0.0",
"dotenv": "^16.3.1"

@@ -29,0 +30,0 @@ },