json-schema-benchmark
json-schema-benchmark copied to clipboard
Benchmarks for Node.js JSON-schema validators
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
I upgraded everything and refactored a bit to fix multi-draft support. I've added support for all current drafts and fixed issues with the existing drafts.
Update _json-schema-library_ setup to latest version [6](https://www.npmjs.com/package/json-schema-library)
This introduces `draft/2020-12` support, along with performance improvements and some format fixes. Also `package-lock.json` changes generated by npm 7.20.3.
Two changes here: 1. As this repo now tests on multiple drafts, actually pass the correct draft uri (like to other validators) instead of hardcoding `draft-06`. 2. Disable compile-time bail-out...
Some validators are not supporting all drafts. It would be interesting to see rankings per draft-version and also which validator is supporing which draft-version.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [djv](https://github.com/korzio/djv) from 2.1.3-alpha.0 to 2.1.4. Changelog Sourced from djv's changelog. 2.1.4 (2020-12-27) Chores npm: regenerate package lock (46bfdbe8) code: Move clear decode function to outer scope (5e65fda4) 2.1.2 (2019-03-06)...