Skip to content

Commit 931ffd5

Browse files
Adds zod-dev utility to eco-system section (#3113)
* Adds `zod-dev` utility to eco-system section * Tweak --------- Co-authored-by: Colin McDonnell <[email protected]>
1 parent 0bf94b2 commit 931ffd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ There are a growing number of tools that are built atop or support Zod natively!
591591

592592
- [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod.
593593
- [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).
594+
- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production.
594595

595596
## Installation
596597

deno/lib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ There are a growing number of tools that are built atop or support Zod natively!
590590

591591
- [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod.
592592
- [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).
593+
- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production.
593594

594595
## Installation
595596

0 commit comments

Comments
 (0)