
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@voya-kit/eslint-config
Advanced tools
@voya-kit/eslint-config 是一套基于 ESLint 的代码质量检查规则集合,为 JavaScript 和 TypeScript 项目提供一致性和高质量的编码标准。适用于各类前端及Node.js后端项目。
首先确保你的项目中已安装了 ESLint。如果尚未安装,可以通过以下命令进行安装:
npm install eslint --save-dev
安装 @voya-kit/eslint-config 插件:
npm install @voya-kit/eslint-config --save-dev
在你的项目根目录下创建或修改 .eslintrc.* 文件(如 .eslintrc.json, .eslintrc.yml),并继承 @voya/eslint-config 的规则:
{
"extends": ["@voya-kit/eslint-config"]
}
npx eslint yourfile.js
确保你的 eslint 和 @voya-kit/eslint-config 版本兼容。如有依赖冲突,可通过锁定具体版本或升级相关依赖解决。
FAQs
voya eslint 配置
The npm package @voya-kit/eslint-config receives a total of 2 weekly downloads. As such, @voya-kit/eslint-config popularity was classified as not popular.
We found that @voya-kit/eslint-config 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.