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.4.1 to 0.4.2

dist/index.cjs

24

package.json
{
"name": "@hono/zod-validator",
"version": "0.4.1",
"version": "0.4.2",
"description": "Validator middleware using Zod",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}

@@ -21,6 +21,4 @@ },

"test": "vitest --run",
"copy:package.cjs.json": "cp ./package.cjs.json ./dist/cjs/package.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build": "rimraf dist && yarn build:cjs && yarn build:esm && yarn copy:package.cjs.json",
"build": "tsup ./src/index.ts --format esm,cjs --dts",
"publint": "publint",
"prerelease": "yarn build && yarn test",

@@ -45,4 +43,4 @@ "release": "yarn publish"

"hono": "^4.0.10",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"publint": "^0.2.7",
"tsup": "^8.1.0",
"typescript": "^5.3.3",

@@ -49,0 +47,0 @@ "vitest": "^1.4.0",

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