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 Versions

234

4.0.0

Diff
j
jmike
published 4.0.0 •

Changelog

Source

4.0.0

Major Changes

  • 9be31d2: Make v4 the default export of zod-validation-error
  • b979890: Add support for zod v4 as a peer dependency.
  • 3bf9e78: Update the API to separate between error mapping and message building.
j
jmike
published 4.0.0-beta.2 •

Changelog

Source

4.0.0-beta.2

Patch Changes

  • b979890: Add support for zod v4 as a peer dependency.
j
jmike
published 3.5.3 •
j
jmike
published 4.0.0-beta.1 •

Changelog

Source

4.0.0-beta.1

Major Changes

  • 9be31d2: Make v4 the default export of zod-validation-error
  • 3f77fd9: Default opt-in to error formatting, without needing to specify a custom error map. The previous functionality was default opt-out. Now you need to explicitly pass error: false to opt-out.
j
jmike
published 3.5.2 •

Changelog

Source

3.5.2

Patch Changes

  • 3809f85: Include paths of sub-issues of union.
j
jmike
published 3.5.1 •

Changelog

Source

3.5.1

Patch Changes

  • e7713d5: Add compatibility with older node versions and module-resolution strategies + improve docs
j
jmike
published 3.5.0 •

Changelog

Source

3.5.0

Minor Changes

  • bf72012: Add support for zod v4
j
jmike
published 3.4.1 •

Changelog

Source

3.4.1

Patch Changes

  • 94d5f3b: Bump zod to v.3.24.4 in package.json as dev + peer dependency
j
jmike
published 3.4.0 •

Changelog

Source

3.4.0

Minor Changes

  • 3a7928c: Customize error messages using a MessageBuilder.
j
jmike
published 3.3.1 •

Changelog

Source

3.3.1

Patch Changes

  • 42bc4fe: Test Version Packages fix