React Router DOM is a popular library for declarative routing in React web applications. Comparing versions 6.4.5 and 6.4.4 reveals subtle yet important changes for developers. Both versions share the same core functionalities, license (MIT), and repository. They also maintain identical developer dependencies (React and React DOM version 18.2.0 or later) and peer dependencies (React and React DOM version 16.8 or later), ensuring compatibility with modern React projects.
The key difference lies in the underlying dependencies. Version 6.4.5 depends on react-router version 6.4.5 and @remix-run/router version 1.0.5, while version 6.4.4 depends on react-router version 6.4.4 and @remix-run/router version 1.0.4. This indicates bug fixes, performance improvements, or new features within those core routing packages. Developers should consult the changelogs for these underlying packages to understand the precise changes.
Furthermore, the "dist" object reveals a slight increase in the unpacked size of version 6.4.5 (504823 bytes) compared to version 6.4.4 (504797 bytes), suggesting minor additions or modifications to the codebase. The release date also highlights that version 6.4.5 was published on December 7, 2022, a week after version 6.4.4, published on November 30, 2022. This information allows developers to stay informed about the latest available version and its potential fixes and enhancements. Therefore, developers planning to update should check release notes of react-router and @remix-run/router packages to understand what changed since version 6.4.4.
The are not vulnerabilities for the version 6.4.5 of the package react-router-dom