Angular developers considering an upgrade from version 15.0.2 to 15.0.3 of @angular/core will find primarily incremental improvements. Both versions share the same core dependencies, relying on tslib (version ^2.3.0) and having peer dependencies on rxjs (version ^6.5.3 || ^7.4.0) and zone.js (~0.11.4 || ~0.12.0). This indicates that the fundamental API compatibility remains consistent between the two releases. The license remains MIT.
The most notable differences lie in the distribution metadata. Version 15.0.3 was released on December 7, 2022, later than version 15.0.2 which was released on November 30, 2022. The unpacked size of version 15.0.3 is slightly smaller than version 15.0.2 (18733300 bytes compared to 18914444 bytes). Both have the same number of files (342). This subtle difference could indicate minor optimizations or bug fixes within the core library. Developers might want to investigate the changelog for specific details. Upgrading is recommended since it contains bug fixes and since the underlying libraries are compatible it should be a safe operation.
Importantly, developers should consult the official Angular changelog and release notes on the Angular GitHub repository for a comprehensive understanding of the changes introduced in version 15.0.3. Checking the detailed changelog is important to see if the changes are relevant to the user.
The are not vulnerabilities for the version 15.0.3 of the package @angular/core