Angular's @angular/common package, a cornerstone for building Angular applications, saw a release of version 14.3.0 on March 13, 2023, following the previous stable version 14.2.12 released on November 21, 2022. Both versions maintain the same core purpose: providing essential directives and services for Angular development, licensed under MIT. They share a common dependency on tslib (version ^2.3.0) for TypeScript helper functions and have similar peer dependencies, requiring rxjs (version ^6.5.3 or ^7.4.0) and a matching @angular/core version.
However, the upgrade to version 14.3.0 includes notable changes. The unpacked size reflects that v14.3.0 now occupies 12,252,382 bytes compared to the 12,124,076 bytes used in v14.2.12. A more substantial difference lies in the number of files included, version 14.3.0 containing 3010 files compared to the prior version's 3008. While seemingly minor, this increase in file count and unpacked size hints at enhancements, bug fixes, and potentially new features incorporated within the later release. Developers should investigate the changelog between these versions to understand the specifics of these modifications. This information is critical for ensuring compatibility and leveraging the latest improvements and performance tweaks in their Angular projects. As always, staying updated with the latest minor version ensures access to the newest features and patches within the Angular ecosystem.
The are not vulnerabilities for the version 14.3.0 of the package @angular/common