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.
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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)