nijikokun / Validator

JSON Schema validation library for Javascript / Node / Express.
159 stars 21 forks source link

Is this library compatible with node12.x #17

Open jayanth09 opened 4 years ago

jayanth09 commented 4 years ago

I was using node 6.x earlier and this was working fine. I updated the node version to 12.x and this stopped working. Could you please let us know if this works for newer node versions?

The required = false property is not working. This is happening only after I update the node version to 12.x