Vue Router, the official routing solution for Vue.js 2 applications, has two closely released versions, 3.6.1 and 3.6.2. Both versions are designed for Vue.js 2 and share a similar set of development dependencies, including essentials like vue, axios, rollup, and testing tools like jasmine and nightwatch. They also include various build and linting tools such as eslint, babel and webpack for a consistent development environment.
The updated version, 3.6.2, rolled out on August 23, 2022, at 11:40:22.376Z, shortly after version 3.6.1, released on the same day at 06:49:13.523Z. A key difference lies in the distribution package. Version 3.6.2 has a fileCount of 50 and an unpackedSize of 603962, while version 3.6.1 has a fileCount of 49 and an unpackedSize of 520538. This increase in size suggests the newer version includes additional features, optimizations, or bug fixes that were not present in the earlier release. Developers should consider upgrading to version 3.6.2 to leverage potential improvements and ensure they are working with the most up-to-date and stable codebase. Both are licensed under MIT, hosted on GitHub and created by Evan You.
The are not vulnerabilities for the version 3.6.2 of the package vue-router