Angular Animations receives a minor update from version 11.2.12 to 11.2.13, primarily focusing on refinements and internal improvements within the animation framework for Angular applications. Both versions share the same core functionality, providing tools for creating sophisticated UI animations directly within Angular components. They depend on tslib version ^2.0.0 for TypeScript helper functions. Crucially, both versions maintain compatibility, evident in their peer dependency requirement, linking them to specific @angular/core versions: 11.2.12 and 11.2.13 respectively. This ensures a tight integration between the animation module and the core Angular runtime.
The key difference lies in the subtle alterations reflected in the dist object. Version 11.2.13 boasts a slightly larger unpacked size of 2,924,872 bytes compared to version 11.2.12's 2,924,220 bytes, even if the fileCount remains the same at 85 files per package. The release date indicates a one-week gap between the releases, with version 11.2.13 being published on May 5th, 2021, hinting at bug fixes, performance enhancements, or minor feature tweaks introduced in the newer iteration. For developers, upgrading to 11.2.13 is recommended to leverage the latest stability improvements and potential optimizations within the Angular animation ecosystem. As always, reviewing the changelog specific to Angular versions is advised for detailed insight, as no particular information exists about it on this given data.
The are not vulnerabilities for the version 11.2.13 of the package @angular/animations