
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-tools
Advanced tools
| 类型别名 | 描述 | 定义 |
|---|---|---|
AnyPromiseFunction | 任意类型的异步函数 | type AnyPromiseFunction = (...args: any[]) => PromiseLike<any>; |
AnyNormalFunction | 任意类型的普通函数 | type AnyNormalFunction = (...args: any[]) => any; |
AnyFunction | 任意类型的函数(包括异步和普通) | `type AnyFunction = AnyNormalFunction |
Nullable<T> | 允许 T 类型或 null | `type Nullable = T |
NonNullable<T> | 排除了 null 和 undefined 的 T 类型 | `type NonNullable = T extends null |
Recordable<T> | 字符串键的对象,值为 T 类型 | type Recordable<T> = Record<string, T>; |
ReadonlyRecordable<T> | 只读的字符串键的对象,值为 T 类型 | interface ReadonlyRecordable<T = any> { readonly [key: string]: T; } |
TimeoutHandle | setTimeout 的返回类型 | type TimeoutHandle = ReturnType<typeof setTimeout>; |
IntervalHandle | setInterval 的返回类型 | type IntervalHandle = ReturnType<typeof setInterval>; |
FAQs
voya typescript tools
The npm package @voya-kit/ts-tools receives a total of 1 weekly downloads. As such, @voya-kit/ts-tools popularity was classified as not popular.
We found that @voya-kit/ts-tools 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.