Angular's @angular/common package, a cornerstone for building robust Angular applications, saw a minor version update from 13.3.1 to 13.3.2. Both versions offer commonly needed directives and services essential for everyday Angular development, such as HttpClient for making API requests, DatePipe for formatting dates, and NgIf and NgFor for manipulating the DOM based on application logic.
While the core functionality remains consistent between the versions, the key difference lies in the @angular/core peer dependency. Version 13.3.2 mandates @angular/core also at version 13.3.2 suggesting a syncronized release. Both versions depend on rxjs version 6.5.3 or 7.4.0 and tslib version ^2.3.0. Developers upgrading from 13.3.1 should ensure their @angular/core package is updated to 13.3.2 alongside @angular/common. The consistent file count and unpacked size between versions suggests the changes are likely bug fixes or small incremental improvements rather than substantial new features. Developers can consult the official Angular changelog for a detailed breakdown of specific fixes and enhancements included in the 13.3.2 release to determine if the update addresses any particular issues they may be encountering. The update was released on April 6, 2022, approximately a week after the v13.3.1 release.
The are not vulnerabilities for the version 13.3.2 of the package @angular/common