Angular Animations version 8.2.1 represents a minor update to the 8.2.0 release, focusing primarily on improvements and refinements rather than introducing significant new features. Developers already using Angular Animations in version 8.2.0 will find the upgrade to 8.2.1 relatively seamless. The core functionality related to animating Angular components, managing transitions, and creating complex animation sequences remains consistent between the two versions.
A key difference lies in the peerDependencies. While both versions rely on @angular/core, version 8.2.1 specifically requires @angular/core version 8.2.1, aligning the animation package with the core Angular framework. This likely addresses compatibility issues or ensures optimal performance between the animation library and the core framework. Another notable difference is the unpacked size of the package. Version 8.2.1 has a slightly larger unpacked size of 4598738 bytes compared to 4598728 bytes in version 8.2.0. The file count remains the same at 141, suggesting that the size increase is due to modifications within existing files, possibly bug fixes, performance enhancements, or minor code adjustments. The release date also demarcates the versions, with 8.2.1 released on August 8, 2019, subsequent to the 8.2.0 release on July 31, 2019.
The are not vulnerabilities for the version 8.2.1 of the package @angular/animations