React Router DOM sees a minor update from version 6.1.0 to 6.1.1, both versions focusing on declarative routing for React web applications. Core functionality remains consistent, as indicated by the identical descriptions and license (MIT). Both versions share the same peer dependencies, requiring React and React DOM versions of >=16.8, ensuring compatibility with a wide range of React projects.
The key difference lies in the updated dependency on the core react-router package, moving from version 6.1.0 to 6.1.1. While the specifics of the updates within react-router itself are not detailed here, developers should consult the react-router changelog for a complete understanding of the changes implemented in the core routing logic.
Additionally, the dist object reveals subtle changes. Version 6.1.1 has a slightly larger unpacked size (165765 bytes) compared to 6.1.0 (162384 bytes), suggesting minor additions or modifications to the included files. The release dates also differ, with version 6.1.1 released on December 11, 2021, a day after version 6.1.0's release on December 10, 2021. This rapid iteration indicates active development and potential bug fixes or minor feature enhancements. Developers should prioritize version 6.1.1 for the latest improvements while reviewing the dependency react-router release notes for detailed information on updated features.
The are not vulnerabilities for the version 6.1.1 of the package react-router-dom