Angular Animations version 7.1.0 represents a minor update over the preceding stable version 7.0.4 of the popular Angular animation library. Both versions are designed to seamlessly integrate animation capabilities within Angular applications, leveraging the power of web-animations for creating engaging and dynamic user interfaces. A key similarity lies in their shared dependency on tslib version ^1.9.0, which provides essential helper functions for TypeScript code. Likewise, they are both released under the MIT license, providing developers with the freedom to use and modify the library as needed.
The crucial aspect to note is that version 7.1.0 requires Angular Core version 7.1.0 as a peer dependency, whereas version 7.0.4 necessitates Angular Core 7.0.4. This means that developers upgrading to @angular/animations version 7.1.0 must also ensure their core Angular framework is updated to version 7.1.0 to avoid compatibility issues.
From a size perspective, version 7.1.0 has a slightly larger unpacked size of 4440036 bytes compared to 4437868 bytes for version 7.0.4 suggesting very minor additions or changes to the compiled output. A negligible increase is also present for number of files count: 186 vs 185. The release date also establishes a clear timeline, with version 7.1.0 being released a week later than its 7.0.4 predecessor. For developers already on Angular 7, the update to animations 7.1.0 is recommended for taking advantage of any potential bug fixes and optimizations included with the release and keeping dependency versions aligned.
The are not vulnerabilities for the version 7.1.0 of the package @angular/animations