
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.
build_forge_tool
Advanced tools
build_forge_tool 是一个开发构建辅助工具,目的是在不影响当前项目构建基础上, 实现“打包--构建.zip--git自动管理版本--启动文件服务”的完整流程。
pnpm add build_forge_tool
{
...
"script":{
...
"test": "bft --exec=app --command=build --mode=test",
"release": "bft --exec=app --command=build --mode=release",
"share": "bft --exec=share",
}
...
}
pnpm test
安装
pnpm add build_forge_tool -g
使用
bft --exec=share
type description defaultstring 运行方式 build | servestring 模式 test | releasestring 版本号 默认: process.env.~APP_VERSIONboolean 是否生成zip 默认: falseboolean 是否升级package.json版本 默认: falseboolean 是否提交git 默认: falseboolean 是否生成tag 默认: falseboolean 是否推送远程 默认: falseboolean 是否开户控制台调试 默认: falsestringstring 默认: appsstring 运行方式 build | servestring 端口号 默认: process.env.APP_ROOT+1000string 输入 默认: process.env.APP_ROOT/.zipstring }
string 模式 test | releasestring 名称, 默认: process.env.~APP_NAMEstring 版本, 默认: process.env.~APP_VERSIONstring 输入, 默认: process.env.APP_ROOT/diststring 输出, 默认: process.env.APP_ROOT/.zipstring }
string 模式 test | releasestring 版本, 默认: process.env.~APP_VERSIONstring package.json所在根目录, 默认: process.env.APP_ROOT~指代 默认: BFT_FAQs
build_forge_tool
We found that build_forge_tool 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.