
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.
zadig-plugin-cli-dev
Advanced tools
Zadig Plugin SDK 命令行工具,用于快速创建、开发和构建 Zadig 插件。
# 全局安装
npm install -g zadig-plugin-cli
# 验证安装
zadig-plugin --version
zadig-plugin --help
# 创建页面插件
zadig-plugin create my-hello-plugin
# 创建标签页插件
zadig-plugin create my-tab-plugin --type tab
cd my-hello-plugin
npm install
zadig-plugin dev
zadig-plugin build
create - 创建插件项目zadig-plugin create <plugin-name> [options]
选项:
-t, --type <type> - 插件类型(page, tab),默认为 page-f, --force - 强制覆盖已存在的目录dev - 启动开发服务器zadig-plugin dev
build - 构建生产版本zadig-plugin build
独立的功能页面,包含完整的路由和页面布局。
嵌入到现有页面的标签页组件,无独立路由。
# 安装依赖
npm install
# 检查 Node.js 版本 (需要 >= 20.0.0)
node --version
FAQs
Zadig Plugin SDK CLI - 快速创建和开发 Zadig 插件的脚手架工具
We found that zadig-plugin-cli-dev 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.