Angular Animations, a module for integrating web animations into Angular applications, released version 10.0.4 shortly after 10.0.3. While both versions share the same core functionality and dependencies like tslib and a peer dependency on @angular/core, subtle differences exist. The @angular/core peer dependency specifies compatibility with version 10.0.4 for the latest animations package, ensuring seamless integration across the Angular ecosystem. Both releases are licensed under the MIT license and are maintained by the Angular team.
A notable difference lies in the release dates, with version 10.0.4 arriving a week after 10.0.3. This suggests that 10.0.4 is likely a patch release, addressing bugs or making minor improvements identified in the preceding version. Another clue is the size of the unpacked package. While both versions contain 85 files, @angular/animations-10.0.4 has an unpacked size of 2918222 bytes, slightly larger than@angular/animations-10.0.3's 2916177 bytes. Although minimal, this difference in unpacked size may indicate small code changes, such as bug fixes or performance tweaks within the animations module. Developers should update to 10.0.4 to inherit all bug fixes and improvements.
The are not vulnerabilities for the version 10.0.4 of the package @angular/animations