typescript-runtime-type-benchmarks icon indicating copy to clipboard operation
typescript-runtime-type-benchmarks copied to clipboard

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support

Results 91 typescript-runtime-type-benchmarks issues
Sort by recently updated
recently updated
newest added

Parallelization had to be disabled a while ago, because the final step of the benchmarking run (per Node version) is to commit back the results. This resulted in a race...

ci

Create a table / matrix for each package and features it supports.

ci

They seem to run for all PRs, which is wasteful and unnecessary. PRs should run tests only.

ci

If I read [the docs of ajv](https://ajv.js.org/guide/typescript.html) correctly, it only offers type inference for JSON Type Definition (using the `JTDDataType` type), but not for JSON schema. [The test case in...

* [ ] Pending resolution of https://gitlab.com/jakelazaroff/narrows/-/issues/1

[validate-value](https://github.com/thenativeweb/validate-value)

From a suggestion by @shlomiassaf, in #300 Create a vanilla JS or TS validator.

Originally this project was started with libraries that had support for constraint checking (e.g. minimum number or max string length). But I had removed it in 61b353c: * to allow...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jointz](https://togithub.com/moodysalem/jointz) | [`6.4.0` -> `7.0.4`](https://renovatebot.com/diffs/npm/jointz/6.4.0/7.0.4) | [![age](https://badges.renovateapi.com/packages/npm/jointz/7.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

renovatebot