
Research
/Security News
Popular Go Decimal Library Targeted by Long-Running Typosquat with DNS Backdoor
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.
vg-coder-workspace
Advanced tools
cd vg
nx run-many --target=serve --projects=api,ng-app
This will start:
http://localhost:3000http://localhost:4200Backend only:
cd vg
nx serve api
Frontend only:
cd vg
nx serve ng-app
vg/
├── apps/
│ ├── api/ # NestJS backend
│ └── ng-app/ # Angular frontend
└── packages/
└── core/ # Shared TypeScript library
| Endpoint | Method | Description |
|---|---|---|
/api/analyze | POST | Analyze project and return source code |
/api/execute | POST | Execute bash scripts with validation |
/api/info | GET | Get project information and statistics |
/api/clean | DELETE | Clean output directories |
nx run-many --target=build --all
nx build core
nx build api
nx build ng-app
nx test core
nx test api
nx test ng-app
Core Library (@vg/core): Shared business logic
API Backend: NestJS REST API with controllers and services
Frontend: Angular standalone components with reactive forms
/api requests to http://localhost:3000http://localhost:4200FAQs
Modern NestJS/Angular workspace for VG Coder CLI
We found that vg-coder-workspace 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
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.