New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hono/zod-openapi

Package Overview
Dependencies
Maintainers
1
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.10.0 to 0.10.1

3

dist/index.js

@@ -156,3 +156,3 @@ "use strict";

var createRoute = (routeConfig) => {
return {
const route = {
...routeConfig,

@@ -163,2 +163,3 @@ getRoutingPath() {

};
return Object.defineProperty(route, "getRoutingPath", { enumerable: false });
};

@@ -165,0 +166,0 @@ (0, import_zod_to_openapi2.extendZodWithOpenApi)(import_zod.z);

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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