Angular's @angular/common package provides essential directives and services for building Angular applications. Comparing versions 13.3.5 and 13.3.4, we observe a minor version increment, indicating bug fixes and/or small feature additions rather than breaking changes. Both versions share identical dependencies, relying on tslib (version ^2.3.0) for TypeScript helper functions. Their peer dependencies also align, requiring rxjs (version ^6.5.3 or ^7.4.0) and @angular/core (versions 13.3.5 and 13.3.4 respectively) to be present in the project.
While the file count (2961) and unpacked size (11384710) appear the same in both versions, there might be subtle code-level changes which haven't impacted these numerical values. The key differentiator is the releaseDate. Version 13.3.5 was released on April 27, 2022, after version 13.3.4, which came out on April 20, 2022. Developers should choose the newer version (13.3.5) to leverage the latest bug fixes, improvements, and potential performance enhancements included. Upgrading from 13.3.4 to 13.3.5 should be straightforward, prioritizing application stability and leveraging the most recent refinements to Angular's standard functionalities. Always check the official Angular changelog for a comprehensive list of specific changes between versions for detailed insights.
The are not vulnerabilities for the version 13.3.5 of the package @angular/common