Vue 3.2.38 is a minor version update to the popular progressive JavaScript framework, building upon version 3.2.37. While both versions share the same core description and maintain the MIT license, several key differences are worth noting for developers. The primary area of change lies in the dependency versions. Vue 3.2.38 updates all its core dependencies, including @vue/shared, @vue/runtime-dom, @vue/compiler-dom, @vue/compiler-sfc, and @vue/server-renderer, to version 3.2.38, bringing in improvements and bugfixes from those packages. This coordinated update suggests a focus on stability and bug fixing, ensuring a consistent and reliable experience across the Vue ecosystem. The updated dist information shows the package size changed with an unpacked size of 2582962 compared to 2550287 in the 3.2.37 version, possibly indicative of some new functionality or additions to the existing codebase.
Moreover, the release date differs significantly; Vue 3.2.38 was released on 2022-08-30 compared to Vue 3.2.37 released on 2022-06-06, indicating a roughly 2-month gap between releases. This makes Vue 3.2.38 the newer version. Developers should upgrade to Vue 3.2.38 to take advantage of all the latest patches, bug fixes, and performance improvements integrated within the core dependencies. Always refer to the official Vue.js changelog for a detailed breakdown of changes in each updated dependency.
The are not vulnerabilities for the version 3.2.38 of the package vue