
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
pkg-master是一个集成创建和发布的NPM模块管理工具
npm i -g pkg-master
安装失败
npm config set registry https://registry.npm.taobao.org/npm i -g pkg-master| 命令 | 缩写 | 功能 | 描述 |
|---|---|---|---|
pkg-master create | pkg-master c | 创建模块 | 生成模块的基础文件 |
pkg-master publish | pkg-master p | 发布模块 | 检测NPM的运行环境和账号状态,通过则自动发布模块 |
步骤
pkg-master c创建模块,使用交互式问答生成模块的基础文件cd yourPackage进入创建的模块,开发你的模块功能pkg-master p发布模块,若执行步骤出错,请根据提示修复再执行pkg-master p
MIT © Joway Young
若觉得pkg-master对你有帮助,可在Issue上提出你的宝贵建议,笔者会认真阅读并整合你的建议。喜欢pkg-master的请给一个Star,或Fork本项目到自己的Github上,根据自身需求定制功能。
关注公众号IQ前端,一个专注于CSS/JS开发技巧的前端公众号,更多前端小干货等着你喔

FAQs
A management tool for creating and publishing NPM package
We found that pkg-master demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.