Angular Animations has released version 17.1.3, a minor update following 17.1.2. Both versions integrate animations seamlessly within Angular applications, leveraging the power of web-animations for creating engaging user experiences. Dependency-wise, both rely on tslib version 2.3.0 or higher for TypeScript helper functions. Crucially, they also have peer dependencies on @angular/core, with version 17.1.3 requiring @angular/core@17.1.3 and version 17.1.2 depending on @angular/core@17.1.2. This tight coupling ensures compatibility.
The core functionality and file structure appear identical between the two, with both containing 62 files and an unpacked size of 1,734,811 bytes. The key difference lies in the peer dependency and, most importantly, the release date. Version 17.1.3 was released on February 8, 2024, while 17.1.2 came out on January 31, 2024. Developers should upgrade to 17.1.3 primarily if they are also using @angular/core@17.1.3 or if they are looking to benefit from any bug fixes or performance improvements included in the newer version. When upgrading always consider the peer dependencies.
The are not vulnerabilities for the version 17.1.3 of the package @angular/animations