schema-inspector
schema-inspector copied to clipboard
Schema-Inspector is a simple JavaScript object sanitization and validation module.
Add encode-uri, encode-uri-component, decode-uri, decode-uri-component, escape-xml, and unescape-xml
Fixes #66
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@juergba) #4848: Drop Internet-Explorer-11 support (@juergba)...
https://github.com/schema-inspector/schema-inspector/blob/af0ea2762525bf3bfe086ab9ddd3be0229dafcf5/lib/schema-inspector.js#L141 Offered solution: change the order of conditions in this line.
Adds the `globalStrict` option. Fixes #45
Fixes #71
Is it possible to do that today, without adding a new rule?
I am using the "exec" function on a property that checks if a string follows a certain pattern, if it does not, I want the property to be deleted (or...
Cleans up many errors and styling problems
Fixes #119