Jest version 30.0.3 introduces subtle yet potentially impactful changes compared to its predecessor, version 30.0.2. Both versions maintain the core promise of "Delightful JavaScript Testing" and share a common set of dependencies, including jest-cli, @jest/core, @jest/types, and import-local. The defined peer dependency, node-notifier, remains consistent, ensuring compatibility with specific versions of the notification library. The license and repository information also remain identical, pointing to the ongoing maintenance and commitment to the MIT license and the official Jest repository.
However, key differences lie in the build and release aspects. Version 30.0.3 sees an increase in the unpacked size of the package, rising to 6322 bytes from 5977 bytes in version 30.0.2, while also increasing the fileCount. This suggests additions, modifications, or optimizations within the codebase that contribute to the slightly larger footprint. Developers might want to investigate these changes if minimizing package size is a concern, or if they're encountering unexpected behaviour, even if it is a small increase. Furthermore, the release dates indicate a gap of about six days between the two versions. If there is a new functionality it could be the reason for the increase in the package size. Developers should consult to changelog and the commit history to see what's new on this minor update.
The are not vulnerabilities for the version 30.0.3 of the package jest