DEV Community

Selim G.
Selim G.

Posted on

Stop installing 6 security packages for every Node API

Every Express or Fastify app needs helmet, cors, rate-limit, XSS sanitization, logging, sometimes an IP blacklist.

I wrapped that into one package:

npm i backend-guard

Works on Express, Fastify, and NestJS with the same options object.

Repo: https://github.com/hopesf/backend-guard

Top comments (0)