🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@hono/zod-openapi

Package Overview
Dependencies
Maintainers
1
Versions
95
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
1.1.0
to
1.1.1
+7
-0
CHANGELOG.md
# @hono/zod-openapi
## 1.1.1
### Patch Changes
- Updated dependencies [[`713a9392f9adf521920d2d814894c4433ae718bf`](https://github.com/honojs/middleware/commit/713a9392f9adf521920d2d814894c4433ae718bf)]:
- @hono/zod-validator@0.7.3
## 1.1.0

@@ -4,0 +11,0 @@

+7
-5
{
"name": "@hono/zod-openapi",
"version": "1.1.0",
"version": "1.1.1",
"description": "A wrapper class of Hono which supports OpenAPI.",

@@ -13,2 +13,4 @@ "type": "module",

"build": "tsup ./src/index.ts",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"prepack": "yarn build",

@@ -48,9 +50,9 @@ "publint": "attw --pack && publint",

"devDependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@arethetypeswrong/cli": "^0.18.2",
"hono": "^4.8.4",
"publint": "^0.3.9",
"tsup": "^8.4.0",
"tsup": "^8.5.0",
"typescript": "^5.8.2",
"vitest": "^3.2.4",
"yaml": "^2.4.3",
"yaml": "^2.8.1",
"zod": "^4.0.5"

@@ -60,3 +62,3 @@ },

"@asteasolutions/zod-to-openapi": "^8.1.0",
"@hono/zod-validator": "^0.7.2",
"@hono/zod-validator": "^0.7.3",
"openapi3-ts": "^4.5.0"

@@ -63,0 +65,0 @@ },