
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@tectonique/api-standards-nestjs
Advanced tools
API Standards for NestJS. API envelopes, Problem Details and data validation/sanitizing with Zod.
It's the NestJS superset of
tectonique/api-standards 🔗
including ready to use data validation mechanism etc.
This library is based on tectonique/api-standards 🔗.
It implements its Envelope and ProblemDetail schema for NestJS applications.
Additionally, this library provides low barrier validation mechanisms powered by Zod 🔗.
Using npm:
npm i @tectonique/api-standards-nestjs
Using yarn:
yarn add @tectonique/api-standards-nestjs
To install all components use useApiStandards(app):
import { useApiStandards } from '@tectonique/api-standards-nestjs';
async function bootstrap() {
const app = await NestFactory.create(AppModule);
// Register all NestJS API standards components.
useApiStandards(app, () => {
return InternalServerProblemDetail();
});
await app.listen(8080);
}
bootstrap();
The goal of the library is to help you create:
Check out the following examples:
Peter Kuhmann
GitHub: hedgehogs-mind
Tectonique
FAQs
API Standards for NestJS. API envelopes, Problem Details and data validation/sanitizing with Zod.
The npm package @tectonique/api-standards-nestjs receives a total of 3 weekly downloads. As such, @tectonique/api-standards-nestjs popularity was classified as not popular.
We found that @tectonique/api-standards-nestjs 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.