React Router DOM, a cornerstone library for declarative routing in React web applications, recently saw the release of version 6.22.2, succeeding the previous stable version 6.22.1. Both versions maintain the same core functionality and licensing under the MIT license, ensuring developers have a reliable and permissive foundation for their routing needs. Key dependencies like react-router (updated from 6.22.1 to 6.22.2) and @remix-run/router (updated from 1.15.1 to 1.15.2) have been updated, likely incorporating bug fixes, performance improvements, or new features within those underlying packages. These updates are essential for developers seeking the most stable and performant routing experience. The peer dependencies remain consistent, requiring React and React DOM versions of >=16.8, allowing for broad compatibility with existing projects. The relatively small increase in unpacked size from 877082 to 877194, (around 100kb) indicate these updates may add slight extra files, however, the addition small enough to be negligible and most likely to contain important fixes under the hood. The most notable difference lies in the release date, with version 6.22.2 being released on February 28, 2024, approximately 12 days after version 6.22.1 (February 16, 2024). Developers should upgrade to the newest minor version to take advantage of the newest features, bug fixes, and most up-to-date support.
The are not vulnerabilities for the version 6.22.2 of the package react-router-dom