
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
CNB-CLI is a command-line interface tool designed to help developers quickly create and manage code repositories. It provides a simple and efficient way to initialize projects, manage repository configurations, and automate common development tasks.
CNB-CLI is a command-line interface tool designed to help developers quickly create and manage code repositories. It provides a simple and efficient way to initialize projects, manage repository configurations, and automate common development tasks.
npm install cnb-cli
cnb repo create <name> [desc] [visibility]
cnb repo list
cnb repo rm <name>
cnb
├─ arch.md # 项目架构说明文档
├─ index.js # CLI 入口文件
├─ package.json # 项目配置与依赖声明
├─ pnpm-lock.yaml # pnpm 包管理器的依赖锁定文件
├─ README.md # 项目说明文档
├─ scripts
│ └─ completion.nu # 命令行自动补全脚本(NuShell)
└─ src
├─ commands
│ ├─ release.js # 发布相关命令实现
│ └─ repo.js # 仓库相关命令实现
├─ lib
│ ├─ config.js # 配置加载与管理模块
│ └─ request.js # 网络请求封装模块
└─ main.js # 主程序逻辑入口
FAQs
CNB-CLI is a command-line interface tool designed to help developers quickly create and manage code repositories. It provides a simple and efficient way to initialize projects, manage repository configurations, and automate common development tasks.
We found that cnb-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.