Angular developers will find a subtle yet important update in the @angular/compiler package, with version 14.0.4 arriving roughly a week after 14.0.3. Both versions share the same core description, acting as companions to the Angular framework, and maintain consistent dependencies. Critically, both rely on tslib version 2.3.0 or higher, ensuring compatibility with modern TypeScript features. Similarly, the peer dependency requirement, @angular/core, reflects that each compiler version is tightly coupled to its corresponding core framework. Version 14.0.4 requires @angular/core of the same version. The licensing and repository details remain unchanged, indicating no alterations to the project's open-source nature or development location. Despite identical file counts (116) and unpacked sizes (8945674 bytes) in their distributed tarballs, the key differentiator lies in their release dates. Version 14.0.4 was published on June 29, 2022, suggesting that any changes between the two releases are likely bug fixes, performance improvements, or minor feature enhancements not significant enough to alter the package's overall structure. Developers should prioritize updating to the latest minor version to benefit from these improvements, ensuring a more stable and performant Angular application.
The are not vulnerabilities for the version 14.0.4 of the package @angular/compiler