@angular/animations version 9.1.13 represents a minor update to the Angular animation library, building upon the foundation established by version 9.1.12. Both versions provide seamless integration of animations within Angular applications, leveraging the power of web-animations for creating engaging user experiences. Key functionalities include support for transitions, state management, and complex animation sequences, empowering developers to breathe life into their interfaces.
While the core functionality remains consistent, the update from 9.1.12 to 9.1.13, released on December 17, 2020, likely incorporates bug fixes and minor performance enhancements. The file count and unpacked size are identical, suggesting the changes are under the hood rather than additions of new features or assets. Developers should upgrade to 9.1.13 to benefit from these refinements and ensure compatibility with other Angular packages.
Crucially, the peer dependencies highlight the tight integration with the Angular core. Version 9.1.13 of @angular/animations requires specifically @angular/core version 9.1.13, while 9.1.12 of @angular/animations requires @angular/core version 9.1.12. The peer dependency on tslib ^1.10.0 indicates a reliance on TypeScript helper functions, common across Angular projects. Upgrading ensures seamless interoperability within the Angular ecosystem and leverages the latest improvements within the core framework. Also, the date difference is quite big - almost 6 months.
The are not vulnerabilities for the version 9.1.13 of the package @angular/animations