
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
lombok-typescript
Advanced tools
Lombok-like decorators and code generation for TypeScript - reduce boilerplate with powerful annotations and Gang-of-Four design patterns
TypeScript decorators inspired by Project Lombok and common design patterns. Supports legacy experimentalDecorators and Stage 3 decorators via separate entry points.
Install this release:
npm install lombok-typescript@1.4.0
Install the current latest release:
npm install lombok-typescript
npx lombok-ts init
npx lombok-ts generate
import { Data, Builder, NonNull } from 'lombok-typescript/legacy';
@Data
@Builder
class User {
@NonNull name!: string;
}
For NestJS, plain TypeScript, and Stage 3 setup, see the documentation.
| Command | Description |
|---|---|
lombok-ts generate | Generate companion TypeScript files for decorated classes |
lombok-ts init | Add lombok configuration to your project |
lombok-ts clean | Remove generated lombok output from your project |
lombok-ts watch | Regenerate when source files change |
https://a-dev-kit.github.io/lombok-typescript/
MIT
FAQs
Lombok-like decorators and code generation for TypeScript - reduce boilerplate with powerful annotations and Gang-of-Four design patterns
The npm package lombok-typescript receives a total of 281 weekly downloads. As such, lombok-typescript popularity was classified as not popular.
We found that lombok-typescript 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.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.