Zod, a TypeScript-first schema declaration and validation library renowned for its static type inference, has released version 3.25.73, succeeding the previous stable version 3.25.72. Both versions, licensed under MIT, stem from the same repository maintained by Colin McDonnell, ensuring continuity and a commitment to open-source principles. Developers leveraging Zod for data validation and type safety in their TypeScript projects will find the core functionalities consistent between these releases. However, a noteworthy difference lies in the unpacked size of the package, with version 3.25.73 slightly larger at 3,583,596 bytes compared to version 3.25.72's 3,578,564 bytes – an increment of approximately 5KB.
While the file count remains constant at 596, this size difference hints at potential internal changes, bug fixes, or perhaps even minor feature enhancements that contributors might find interesting. Intriguingly, the release dates are close, both on 2025-07-04, but shifted by a few hours. The newer version being released around 6 hours later. This suggests that these changes may have addressed time sensitive issues. Developers should explore the commit logs between these releases to understand that nature of the changes and assess the impact. Both recent Zod versions highlight a continually evolving library designed to streamline type-safe data handling in TypeScript applications.
The are not vulnerabilities for the version 3.25.73 of the package zod