Angular Animations saw a minor version bump from 9.1.0 to 9.1.1, representing a targeted update for Angular applications leveraging animation features. Both versions share the same core purpose: integrating web animations seamlessly within the Angular framework, allowing developers to create engaging and dynamic user interfaces. Key shared characteristics include identical peer dependencies on tslib (version ^1.10.0) and @angular/core, indicating compatibility within the Angular 9 ecosystem. The license remains MIT, ensuring broad usage rights. The source code repository is the same, residing within the Angular project on GitHub.
The primary distinction lies in the @angular/core peer dependency version. Version 9.1.0 depends on @angular/core version 9.1.0, and version 9.1.1 depends on @angular/core version 9.1.1. While both versions contain 141 files, unpacked size differs slightly, suggesting that version 9.1.1 likely includes bug fixes, performance enhancements, or minor feature tweaks that do not fundamentally alter the API. Developers already using version 9.1.0 should strongly consider upgrading to 9.1.1 to benefit from the latest improvements and ensure compatibility within the Angular 9.1 ecosystem. Check the changelog, however, for more information about the upgrade.
The are not vulnerabilities for the version 9.1.1 of the package @angular/animations