Angular Animations, a crucial part of the Angular framework for creating engaging user interfaces, released version 10.1.1 shortly after version 10.1.0. Both versions, designed for seamless integration with web animations, share the same core dependencies, relying on tslib version "^2.0.0" for TypeScript support, and explicitly requiring @angular/core version 10.1.1 or 10.1.0 respectively as peer dependencies. This indicates a strong tie-in with the Angular core library, ensuring compatibility and stability. Both versions are licensed under the permissive MIT license, fostering open-source usage and contribution. The distribution details reveal identical file counts (85) and unpacked sizes (2918277 bytes), suggesting that the code base remains structurally consistent between the two releases.
The key difference lies in the specific peer dependency and release date. Version 10.1.0 was released on September 2nd, 2020, while version 10.1.1 followed on September 9th, 2020, just a week later. The rapid release of version 10.1.1, requiring @angular/core dependency to be exactly "10.1.1" suggest that it likely addresses bug fixes, performance improvements, or minor adjustments specifically related to the core Angular library's 10.1.1 release. Developers using Angular Animations should carefully consider this dependency when upgrading. If you're already using Angular core version 10.1.1, updating to Animations 10.1.1 is likely recommended. For developers still on Angular core 10.1.0, sticking with Animations 10.1.0 is the compliant choice.
The are not vulnerabilities for the version 10.1.1 of the package @angular/animations