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

@hono/zod-validator

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hono/zod-validator - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/esm/index.d.ts

@@ -9,3 +9,3 @@ import type { Context, MiddlewareHandler, Env, ValidationTargets } from 'hono';

error: ZodError;
}, c: Context<E, P>) => Response | Promise<Response> | void;
}, c: Context<E, P>) => Response | Promise<Response> | void | Promise<Response | void>;
export declare const zValidator: <T extends z.ZodType<any, z.ZodTypeDef, any>, Target extends keyof ValidationTargets, E extends Env, P extends string, V extends {

@@ -12,0 +12,0 @@ in: { [K in Target]: z.input<T>; };

{
"name": "@hono/zod-validator",
"version": "0.1.3",
"version": "0.1.4",
"description": "Validator middleware using Zod",

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

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