
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.
@qlover/fe-scripts-test
Advanced tools
为 fe-base 项目集成了基础开发的工具脚本
内部集成 release-it, commitlint, husky
fe-clean 清理所有工具生成文件或目录,如: node_modules, yarn.lock, dist...fe-reinitfe-commit 代码提交fe-release 用于代码发布fe-ts-run node 环境运行 typescriptfe-setup-husky 安装 commintlint 提交规范fe-clean-branch 清理本地无效或在远程已被删除的分支创建 .fe-scripts 文件, 扩展名读取顺序
还没有集成到 .fe-scripts 中,和 release-it 用法一致,创建一个 .release-it 配置文件
创建 .fe-scripts.json
{
"commitlint": {
"extends": [
// ...
]
}
}
cleanFiles 执行 fe-clean 时需要删除的文件对象
{
"cleanFiles": ["*.log", "package-lock.lock", ".cache", "dist", "build"]
}
定义 protectedBranches 保护指定分支防止删除
{
"protectedBranches": [
// branch name ...
]
}
{
"fe-scripts": {
// ...
}
}
FAQs
fe scripts
We found that @qlover/fe-scripts-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.