You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

zod-validation-error

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod-validation-error - npm Package Compare versions

Comparing version

to
3.5.3

6

package.json
{
"name": "zod-validation-error",
"version": "3.5.2",
"version": "3.5.3",
"description": "Wrap zod validation errors in user-friendly readable messages",

@@ -103,7 +103,7 @@ "keywords": [

"vitest": "^3.1.2",
"zod": "^3.25.62"
"zod": "^4.0.2"
},
"peerDependencies": {
"zod": "^3.25.0"
"zod": "^3.25.0 || ^4.0.0"
}
}

@@ -1,2 +0,2 @@

import * as zod from 'zod';
import * as zod from 'zod/v3';

@@ -3,0 +3,0 @@ interface ErrorOptions {

@@ -85,6 +85,6 @@ "use strict";

// lib/v3/fromZodIssue.ts
var zod2 = __toESM(require("zod"));
var zod2 = __toESM(require("zod/v3"));
// lib/v3/MessageBuilder.ts
var zod = __toESM(require("zod"));
var zod = __toESM(require("zod/v3"));

@@ -91,0 +91,0 @@ // lib/utils/NonEmptyArray.ts

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet