Best Validation Libraries
Validation packages in this category address the need to ensure data integrity and correctness within JavaScript applications. They primarily employ schema-based validation, where data structures are defined using explicit schemas, and runtime type checking, often leveraging static type definitions or declarative schema languages. This approach helps catch errors early and provides a robust mechanism for handling external or internal data flows.
Packages (9)
Another JSON Schema Validator
TypeScript-first schema declaration and validation library with static type inference
Json Schema Type Builder with Static Type Resolution for TypeScript
Object schema validation
Dead simple Object schema validation
Decorator-based property validation for classes.
The modular and type safe schema library for validating structural data
A simple and composable way to validate data in JavaScript (and TypeScript).
Function argument validation for humans