
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/ts-config
Advanced tools
@voya-kit/ts-config 是一套关于 TypeScript 项目的TS配置集,旨在简化 TypeScript 开发者的配置流程,提升开发效率与代码质量。
模块化与可扩展性
npm install @voya-kit/ts-config --save-dev
@voya-kit/ts-config 提供了四种预设的 TypeScript 配置文件,每种配置针对特定的开发场景进行了优化。以下是这些配置的概览表格:| 配置文件 | 目标场景 | 特性描述 |
|---|---|---|
base.json | 通用基础配置 | 包含了 TypeScript 基础的编译选项,适用于所有 TypeScript 项目。它是其他配置的基础,包括基本的类型检查、模块解析等设置。 |
node.json | Node.js 后端应用 | 在基础配置之上,增加了对 Node.js 环境的优化配置,例如处理 Node.js 全局变量、模块系统等,适合构建服务器端应用程序。 |
node-server.json | Node.js 服务端框架应用 | 专为构建 Node.js 服务端框架(如 Express, Koa 等)设计,包含了针对服务器框架的特定配置,比如对 import 语句的特殊处理和性能优化。 |
vue-app.json | Vue.js 前端应用 | 支持 Vue 项目的 TypeScript 类型检查,与 Vite 集成,确保 Vue 组件的正确编译与提示。 |
tsconfig.json 中继承本配置。
{
"extends": "@voya-kit/ts-config/node.json"
}
FAQs
voya typescript config
The npm package @voya-kit/ts-config receives a total of 1 weekly downloads. As such, @voya-kit/ts-config popularity was classified as not popular.
We found that @voya-kit/ts-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.