Angular Animations, a core component of the Angular framework facilitating dynamic and engaging user interfaces, saw a minor version update from 13.3.8 to 13.3.9. Both versions share the same fundamental characteristics, including a reliance on tslib for TypeScript helper functions and seamless integration with @angular/core. The file count and unpacked size remain identical, suggesting no significant structural changes or additions to the codebase. The MIT license continues to ensure broad usability and flexibility.
The key difference lies in the peer dependency: version 13.3.9 is explicitly designed for use with @angular/core version 13.3.9, while 13.3.8 aligns with @angular/core 13.3.8. This subtle update implies bug fixes, performance improvements, or potentially minor API adjustments within the animation framework to maintain compatibility with the corresponding core Angular release. Developers should prioritize using the @angular/animations version that aligns with their @angular/core version to guarantee stability and avoid unforeseen issues. Consider reviewing the Angular change logs or release notes associated with version 13.3.9 for detailed information about specific fixes or enhancements relevant to animation functionalities within your Angular applications. Both versions are available via npm and are part of the official Angular repository.
The are not vulnerabilities for the version 13.3.9 of the package @angular/animations