@testing-library/react version 9.0.2 and 9.0.1 are quite similar, representing incremental updates to this popular React DOM testing utility. Both versions aim to provide simple and complete tools that encourage good testing practices within React applications. They share identical core dependencies, including @babel/runtime and @testing-library/dom, ensuring compatibility with modern JavaScript environments and leveraging a robust DOM testing foundation. Similarly, the development dependencies, like React, React DOM, testing utilities such as @testing-library/jest-dom, and tools for type checking and routing, remain consistent across both versions, indicating a stable development environment.
The peer dependencies also stay the same, requiring React and React DOM, implying both versions maintain broad compatibility with existing React projects. The key differences lie in the dist section, specifically the fileCount, unpackedSize, and releaseDate. Version 9.0.2 has a slightly larger unpackedSize and one extra file compared to version 9.0.1, suggesting minor bug fixes, performance improvements, or documentation updates were incorporated. Released just minutes apart, these updates likely address immediate feedback or discovered issues after the initial 9.0.1 release. For developers, the upgrade from 9.0.1 to 9.0.2 should generally be seamless, offering potential refinements without introducing breaking changes. It's always advisable to review the changelog for any specific details regarding bug fixes or minor enhancements.
The are not vulnerabilities for the version 9.0.2 of the package @testing-library/react