#Alternative to class-transformer class-validator

3 messages · Page 1 of 1 (latest)

grim tiger
#

I'm starting a new nestjs project, and checked the state of class-transformer and class-validator projects, and apparently the author is not working on them anymore.
I was wondering what are the best alternatives in a NestJS context ?

sacred flame
#

I like using either zod or valibot with my @nest-lab/typeschema package to enable schema based validation

grim tiger
#

Thanks ! I'll check these two