Angular's @angular/common package provides essential directives and services for building Angular applications. Comparing versions 7.2.3 and 7.2.2, we observe subtle but potentially impactful differences for developers. Both versions maintain similar core characteristics: a consistent description as providing common directives and services, a dependency on tslib version ^1.9.0 for TypeScript helpers, and peer dependencies requiring rxjs version ^6.0.0 and corresponding @angular/core versions (7.2.3 and 7.2.2 respectively). The license remains MIT, ensuring open-source usage.
The key distinctions lie in the version-specific release information. Version 7.2.3 was released on January 30, 2019, while 7.2.2 was released on January 22, 2019 – indicating a week's worth of changes. While the file count remains the same, the unpacked sizes differ slightly, with 7.2.3 being marginally larger, suggesting code additions or modifications. Developers should investigate the specific changelog between these releases to identify bug fixes, performance improvements, or new features introduced in 7.2.3. If you use @angular/core make sure that the version of both packages matches to avoid possible breaking changes. The minor size increment from 7.2.2 to 7.2.3 could indicate anything from string update in your localization files to a minor bug fix. Review the changelog for specific details.
The are not vulnerabilities for the version 7.2.3 of the package @angular/common