The @vue/compiler-dom package has been updated from version 3.4.37 to 3.4.38, offering enhancements and refinements for Vue.js developers. Both versions serve the same core function: compiling Vue templates specifically for the DOM environment. Under the hood, they rely on the same core libraries, @vue/shared and @vue/compiler-core, but each package depends on its respective version of the internal libraries.
A key difference lies in the release dates, with version 3.4.38 arriving a week after 3.4.37 (August 15, 2024, vs. August 8, 2024). This suggests that version 3.4.38 likely incorporates bug fixes, performance improvements, or minor feature additions identified after the release of 3.4.37. The unpacked size also increased slightly in 3.4.38, indicating potential added code or modifications.
For developers, this update means that migrating to version 3.4.38 is generally recommended to benefit from the latest improvements and stability enhancements. While the core API and functionality remain largely the same, developers should review the official Vue.js changelog for a detailed list of specific changes, bug fixes, and new features introduced in this patch release. Keeping your @vue/compiler-dom up to date ensures optimal performance and access to the most refined compilation process for your Vue.js applications. The package remains under the MIT license, with its source code managed within the Vue.js core repository on GitHub.
The are not vulnerabilities for the version 3.4.38 of the package @vue/compiler-dom