Angular Animations version 13.2.0 introduces subtle yet important updates compared to the previous stable release, 13.1.3. Both versions serve the same core purpose: integrating animations seamlessly within Angular applications, leveraging the power of web-animations for smooth and engaging user experiences. They share identical dependencies on tslib (version ^2.3.0) for supporting TypeScript features and maintain the MIT license. The project structure and source code location remain consistent, as evidenced by the identical repository information. Neither version shows a change in fileCount and unpackedSize, so no impact on space.
The key difference lies in the peer dependency: version 13.2.0 requires @angular/core version 13.2.0, while 13.1.3 necessitates @angular/core version 13.1.3. This indicates that upgrading to @angular/animations 13.2.0 mandates also upgrading your Angular core to version 13.2.0 to ensure compatibility and avoid potential runtime errors. The release date also highlights a more recent update, that mean the newest version can include bug fixes and performance improvements accumulated since the 13.1.3 release. For developers, sticking to compatible versions of @angular/core and @angular/animations is important for a stable Angular app. Always consider the core version when upgrading your animation package!
The are not vulnerabilities for the version 13.2.0 of the package @angular/animations