vlid icon indicating copy to clipboard operation
vlid copied to clipboard

Lightweight validation library with NO dependencies. A nice Joi alternative with a similar API.

Results 5 vlid issues
Sort by recently updated
recently updated
newest added

Hey there! I belong to an open source security research community, and a member (@yetingli) has found an issue, but doesn’t know the best way to disclose it. If not...

Thank you for this wonderful library! Should TypeScript declarations be added directly here or to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)? If declarations should be added here, and you are open for them then please...

Reproduction ```bash # clone git clone https://github.com/vlucas/vlid # cd cd vlid # install dependencies npm install # build npm run build # -> sh: 1: parcel: not found ```

Hi, while trying to find out about where [the casting bug](https://github.com/vlucas/vlid/issues/7) comes from I noticed that there's an issue around object circular reference. It was hidden until now because the...

First off, thank you for this nice, lightweight library! It's a nice replacement to the heavy joi without losing the "80%" as you put it :) I noticed an issue...