
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@celo/celo-composer
Advanced tools
A powerful CLI tool for generating customizable Celo blockchain starter kits with modern monorepo architecture.
# Install dependencies
pnpm install
# Build the CLI
pnpm build
# Link for global usage (optional)
npm link
# Interactive mode
pnpm dev create
# With project name
pnpm dev create my-celo-app
# With options
pnpm dev create my-celo-app --description "My awesome Celo app" --skip-install
--description <description>
- Project description--skip-install
- Skip package installationmy-celo-app/
├── apps/
│ └── web/ # Next.js application
├── packages/
│ ├── ui/ # shadcn/ui components
│ └── utils/ # Shared utilities
├── package.json # Root package.json
├── pnpm-workspace.yaml # PNPM workspace config
├── turbo.json # Turborepo configuration
└── tsconfig.json # TypeScript configuration
# Start development
pnpm dev
# Build
pnpm build
# Lint
pnpm lint
# Run tests
pnpm test
MIT
[2.3.4] - 2025-08-05
FAQs
CLI tool for generating customizable Celo blockchain starter kits
The npm package @celo/celo-composer receives a total of 71 weekly downloads. As such, @celo/celo-composer popularity was classified as not popular.
We found that @celo/celo-composer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.