
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@chargebee/chargebee-apps-shared
Advanced tools
Shared interfaces, types, and utilities for the Chargebee Apps CLI ecosystem.
npm install @chargebee/chargebee-apps-shared
This package is typically installed as a dependency of @chargebee/chargebee-apps or @chargebee/chargebee-apps-libs.
Provides the common building blocks used across Chargebee Apps packages:
import {
DependencyManager,
ManifestValidator,
PathResolver,
EnvironmentConfig,
CBFileSystem,
CBProcess,
} from '@chargebee/chargebee-apps-shared';
const envConfig = new EnvironmentConfig();
const pathResolver = new PathResolver();
const fileSystem = new CBFileSystem();
const dependencyManager = new DependencyManager(fileSystem);
const allowedModules = [{ name: 'lodash', version: '^4.17.21' }];
const validator = new ManifestValidator(allowedModules);
const manifest = validator.validateFile('./my-app/manifest.json');
await dependencyManager.ensureDependencies('./my-app', manifest);
| Export | Purpose |
|---|---|
EnvironmentConfig | Detect development vs production runtime |
PathResolver | Resolve CLI and package paths |
DependencyManager | Install and load app dependencies safely |
ManifestValidator | Validate manifest.json |
PackageValidator | Validate app package structure |
ArchiveService | Create and extract zip packages |
TemplateService | Copy app templates |
FileManagementService | Collect files for packaging |
IparamsService | Load and validate iparams |
CBFileSystem / CBProcess | File and process abstractions |
sandboxContext | Correlate sandbox execution context |
@chargebee/chargebee-apps — CLI for creating, running, and packaging apps@chargebee/chargebee-apps-libs — library implementations and templatesMIT
FAQs
Did you know?

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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.