sql-validator

JSON →
library 2.0.2 ·javascript maintenance
verified Jun 5, 2026

A lightweight JavaScript object validator supporting data type checks (isNumeric, isEmail, etc.), value/length ranges, and custom validation functions. Version 2.0.2 targets Node.js and browsers, is not actively maintained (last release 2016), and offers a simple synchronous API. It reuses validator.js for data type checking and requires manual mandatory field handling. Differentiators include minimal dependencies and straightforward integration for basic object validation.