max-validator
max-validator copied to clipboard
Advanced validation library for Javascript & React | Inspired by laravel validation
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
It would be very useful for password and confirm password fields. Or for example, a field called `salary` and then a field called `desiredSalary` that has a minimum of the...
Hi, this library looks great. Does it support validating nested objects? E.g. how could I write a schema to validate the object below? ``` { name: "", about: "", location:...
rule 'required' or 'string|required' doesn't work.
Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Corrected typo ("leters", line 21) and improved some other sentences.
Add support for typescript module declaration.
Hi, The fix in commit c56b00f4f37bdb960ad8e666b4cc22f92b77d2bc of the starts_with function wasn't deployed to npm. Thanks, Pavel.