Vue version 3.0.4 is a minor update to the popular JavaScript framework, following the 3.0.3 release. While both versions share the same core dependencies on @vue/shared, @vue/runtime-dom, and @vue/compiler-dom, indicating a focus on maintaining core functionality, there are subtle changes. Looking at the provided data, the most notable difference lies within the dist object. Specifically, Vue 3.0.4 features a slightly larger unpacked size of 2,158,330 bytes compared to Vue 3.0.3's 2,141,124 bytes. This suggests that version 3.0.4 includes some new features or bug fixes increasing the bundle size, even by just about 17kb. Moreover, the release date of Vue 3.0.4 is December 2nd, 2020, subsequent to Vue 3.0.3's November 25th, 2020 release.
For developers, this indicates that version 3.0.4 likely addresses issues discovered in version 3.0.3. Users upgrading from older versions of Vue 3 should consider this update to benefit from potential stability improvements and bug fixes. Developers already on Vue 3.0.3 should evaluate the changes to assess their impact and determine if upgrading is necessary for their specific project needs. As both version share the same dev dependencies, like lodash, marked, and todomvc-app-css, there are likely no breaking compatibility changes introduced.
The are not vulnerabilities for the version 3.0.4 of the package vue