@testing-library/react version 10.4.3 is a minor update to the popular React DOM testing utilities. Both versions, 10.4.2 and 10.4.3, share the same core dependencies, including @babel/runtime and @testing-library/dom, ensuring compatibility with existing projects. They also maintain identical peer dependencies on react and react-dom, offering broad support for different React versions. The developer dependencies also remain the same from react and react-dom to testing related libs like @testing-library/jest-dom. The key difference between the two versions lies in the unpacked size of the distribution, with version 10.4.3 being slightly larger at 5113461 bytes compared to 10.4.2's 5112429 bytes. This suggests potential internal tweaks, bug fixes, or minor feature additions. While the exact nature of these changes isn't explicitly detailed, developers upgrading from 10.4.2 to 10.4.3 can expect a seamless transition, given the consistent dependency structure. Both versions are licensed under MIT and encourage good testing practices, providing a simple and complete solution for testing React components. The release date difference, less than a day, indicates a quick follow-up, potentially addressing any immediate issues found in the previous release. Developers heavily invested in React testing should consider upgrading to benefit from the latest improvements and stability enhancements.
The are not vulnerabilities for the version 10.4.3 of the package @testing-library/react