
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
node-bigfoot
Advanced tools
Auto download and install wow interface addons if bigfoot client can not update.
nodejs编写的自动更新大脚插件工具,因为bigfoot客户端总是报“下载配置文件出错”的错误,而NGA论坛提供了绿色安装包,因此有了这个自动更新工具。
前往https://nodejs.org并下载安装nodejs
npm install node-bigfoot
| 配置项 | 说明 |
|---|---|
| distDir | 更新插件的位置,解压出来的文件夹为Interface |
| version | 大脚插件版本,目前默认为7.0.0.591 |
| downloads.dir | 下载文件的存放地址 |
| downloads.keepArchive | 是否保留下载的压缩包 |
var bigfoot = require('node-bigfoot');
bigfoot.start({
version: "7.0.0.591",
distDir: "./dist",
downloads: {
dir: './downloads',
keepArchive: true
}
});
FAQs
Auto download and install wow interface addons if bigfoot client can not update.
The npm package node-bigfoot receives a total of 12 weekly downloads. As such, node-bigfoot popularity was classified as not popular.
We found that node-bigfoot 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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.