Angular developers should take note of the subtle yet potentially impactful differences between @angular/compiler versions 15.0.1 and 15.0.2. While both versions share the same core description as the Angular compiler library, depend on tslib version ^2.3.0, and are licensed under MIT, a closer examination reveals key distinctions.
The most apparent change is the release date. Version 15.0.2 was published on November 30, 2022, roughly a week after 15.0.1, which was released on November 23, 2022. This suggests that version 15.0.2 likely contains bug fixes or minor enhancements implemented after the initial 15.0.1 release. Furthermore, the unpackedSize differs slightly: 9131447 bytes for 15.0.1 compared to 9131419 bytes for 15.0.2. Although a small difference, it can reflect potential code optimizations or the removal of unnecessary elements.
Both versions are peer-dependent on @angular/core, with version 15.0.x matching its respective compiler version, ensuring compatibility within the Angular framework. Developers aiming for the most up-to-date and potentially stable experience should opt for version 15.0.2, as it incorporates the latest refinements. Due to the minor nature of the difference, both versions fit well in existing Angular 15 projects. Still, reviewing the Angular change log would be necessary for precise details on what changed between the two version, since they are not clearly specified.
The are not vulnerabilities for the version 15.0.2 of the package @angular/compiler