Zod-to-json-schema is a valuable tool for developers using Zod for schema definition and needing to generate JSON schemas. Versions 3.19.2 and 3.19.3 are very similar, sharing the same core dependencies, including ajv for validation, zod itself, and tooling for testing and TypeScript support. Both support Zod version ^3.19.0 as a peer dependency, ensuring compatibility for users already leveraging Zod. Development dependencies remain consistent, suggesting no major shifts in the development workflow.
The primary difference lies in the release date and the unpacked size of the package. Version 3.19.3 was released on November 29, 2022, roughly a day after version 3.19.2 (November 28, 2022). The unpacked size increased slightly from 74981 bytes to 75026 bytes. This suggests that the newer version includes some minor updates or bug fixes which did not require any changes to the dependencies.
For developers, this likely indicates a patch release. Upgrading from 3.19.2 to 3.19.3 is recommended to benefit from any potential bug fixes or minor improvements, although the changes are likely subtle. Developers can continue using the library with the same configuration and Zod schemas as before. The stable peer dependency on Zod makes it that the upgrade should be smooth, adding confidence to incorporate the library in existing projects. To sum up, an upgrade to the newest version is recommened, as it should provide a bit more stability to existing workflows.
The are not vulnerabilities for the version 3.19.3 of the package zod-to-json-schema