Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hono/zod-openapi

Package Overview
Dependencies
Maintainers
0
Versions
65
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 0.17.1 to 0.18.0

4

dist/index.d.ts

@@ -30,5 +30,5 @@ import * as openapi3_ts_oas31 from 'openapi3-ts/oas31';

[K in Type]: HasUndefined<ValidationTargets[K]> extends true ? {
[K2 in keyof z.input<RequestPart<R, Part>>]?: ValidationTargets[K][K2];
[K2 in keyof z.input<RequestPart<R, Part>>]?: z.input<RequestPart<R, Part>>[K2];
} : {
[K2 in keyof z.input<RequestPart<R, Part>>]: ValidationTargets[K][K2];
[K2 in keyof z.input<RequestPart<R, Part>>]: z.input<RequestPart<R, Part>>[K2];
};

@@ -35,0 +35,0 @@ };

{
"name": "@hono/zod-openapi",
"version": "0.17.1",
"version": "0.18.0",
"description": "A wrapper class of Hono which supports OpenAPI.",

@@ -45,3 +45,3 @@ "main": "dist/index.js",

"@cloudflare/workers-types": "^4.20240117.0",
"hono": "^4.5.4",
"hono": "^4.6.10",
"jest": "^29.7.0",

@@ -56,3 +56,3 @@ "tsup": "^8.0.1",

"@asteasolutions/zod-to-openapi": "^7.1.0",
"@hono/zod-validator": "0.3.0"
"@hono/zod-validator": "^0.4.1"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc