volder icon indicating copy to clipboard operation
volder copied to clipboard

volder is powerful Object schema validation lets you describe your data using a simple and readable schema and transform a value to match the requirements

Results 13 volder issues
Sort by recently updated
recently updated
newest added

JWT function is a new idea for validating jwt keys,if it correct return true otherwise return false input is user enterd value. ```js const JWT = (input) => { //...

good first issue
๐Ÿ’ก idea

Here is my first PR. The test might not be exhaustive but I think it's good for the start.

โœ…๐Ÿ‘ assigned

JSON function is a new idea for validating json data, if it correct return true otherwise return false input is user enterd value. ```js const JSON = (input) => {...

good first issue
๐Ÿ’ก idea
new config option idea

add link to codesanbox

โœ…๐Ÿ‘ assigned

we can use codesandbox for new user want to test volder package. the link should exists in tables of content

๐Ÿ’ก idea
โœ…๐Ÿ‘ assigned

volder events idea is a function that trigger when the validation run; it has two types - before the validation - after the vaildation - input argument is the user...

help wanted
๐Ÿ’ก idea
feature-discussion ๐Ÿ†
โœ…๐Ÿ‘ assigned

in `package.json` web two useless things we want to delete: 1 - delete nodemon package 2 - delete `dev` script from npm scripts

good first issue
wontfix
๐Ÿ”ฅ fire

we need more volder types like:(JWT, Base64, domain, JSON)

new config option idea

volder types need some more test to check if it work correctly

wontfix
need-test ๐Ÿงช