
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
npm install -g webpack@~4.15.0 webpack-cli@~3.3.2 webpack-dev-server@~3.4.1 https://github.com/angryreid/vuma.git
vuma # 显示可用API
vuma init # 初始化项目目录(默认为fe)
vuma start # 执行菜单列表
vuma upgrade # 更新vuma工具
执行vuma-start,启动开发服务器时,出现错误 "Cannot find module 'webpack'"
继续执行vuma-start,选择安装依赖包。
每次更新需为一项完整功能,并在commit log中注明
版本号规则是x.x.x,遵循GNU版本规则[http://blog.chinaunix.net/uid-22556372-id-1773412.html]
更新版本提交后,必须手动修改package.json中的版本号,同时生成一个tag名为当前版本号。 例如版本号为1.0.2,tag为1.0.2。vuma将使用package.json与远程vuma库进行版本对比,非最新版本将再有网状态下自动升级。
操作方式分两步:
1. 修改vuma库下的package.json => version为最新版本号 x.x.x,并推送
2. git tag -a x.x.x -m '此处填写该版本的详细变化';git push --tags
FAQs
vue多页工具
We found that vuma 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.