Angular's @angular/common package, a cornerstone for Angular applications providing essential directives and services, saw a release of version 13.3.4 on April 20, 2022. Comparing it to its immediate predecessor, version 13.3.3 released on April 13, 2022, unveils subtle yet important distinctions for developers.
Both versions share the same core description, license (MIT), repository details, author, and identical dependency on tslib version ^2.3.0. Crucially, they both list the same peer dependency requirements: rxjs version ^6.5.3 || ^7.4.0 and @angular/core matching their respective versions (13.3.4 and 13.3.3). The fileCount and unpackedSize in the dist also remain identical, suggesting no significant structural changes in the packaged code.
The primary difference lies in the @angular/core peer dependency version and the releaseDate. Version 13.3.4 requires @angular/core of the same version, signaling a coordinated update between the core framework and the common utilities. The one-week gap between releases indicates the changes in 13.3.4 likely address bug fixes, performance improvements, or minor feature enhancements within the common module that necessitated a corresponding update in @angular/core. For developers, upgrading from 13.3.3 to 13.3.4 will involve updating both @angular/common and @angular/core to their latest respective versions to maintain compatibility and potentially benefit from the improvements included in the latest patch. Always consult the official Angular changelog for detailed information about specific changes and potential breaking modifications.
The are not vulnerabilities for the version 13.3.4 of the package @angular/common