
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.
@egova/magic-page-ui-mobile
Advanced tools
如何发布npm包
1.发布新包
1.进入要发布的项目根目录,初始化为npm包
输入命令:npm init
依次按提示进行填写
2.账号登录
输入命令:npm login
3.发布包
输入命令:npm publish
注意:需要切换npm源
查看npm源配置: npm config ls
切换源:npm config set registry http://registry.npmjs.org/
2.更新npm包
1.修改包的版本
输入命令:npm version patch
该命令在原本的版本上自动加1
2.重新发布包
输入命令:npm publish
3.其他
删除指定的版本:npm unpublish 包名@版本号
删除整个包:npm unpublish 包名 --force
FAQs
magic-page-ui mobile
We found that @egova/magic-page-ui-mobile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
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.