🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@hono/zod-openapi

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hono/zod-openapi - npm Package Compare versions

Comparing version

to
0.19.7

9

CHANGELOG.md
# @hono/zod-openapi
## 0.19.7
### Patch Changes
- [#1173](https://github.com/honojs/middleware/pull/1173) [`a62b59f4505d10f41523a36ad7c02776f9e1cb01`](https://github.com/honojs/middleware/commit/a62b59f4505d10f41523a36ad7c02776f9e1cb01) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: ignore the type error from Zod Validator
- Updated dependencies [[`a62b59f4505d10f41523a36ad7c02776f9e1cb01`](https://github.com/honojs/middleware/commit/a62b59f4505d10f41523a36ad7c02776f9e1cb01)]:
- @hono/zod-validator@0.6.0
## 0.19.6

@@ -4,0 +13,0 @@

4

package.json
{
"name": "@hono/zod-openapi",
"version": "0.19.6",
"version": "0.19.7",
"description": "A wrapper class of Hono which supports OpenAPI.",

@@ -56,3 +56,3 @@ "type": "module",

"@asteasolutions/zod-to-openapi": "^7.3.0",
"@hono/zod-validator": "^0.5.0"
"@hono/zod-validator": "^0.6.0"
},

@@ -59,0 +59,0 @@ "engines": {