Angular developers looking to leverage the @angular/platform-browser package should be aware of the subtle yet important differences between versions 12.2.4 and 12.2.3. Both versions share the same core description: a library for utilizing Angular within web browsers. They also maintain identical dependencies on tslib (^2.2.0), ensuring TypeScript helper functions are readily available. The license remains MIT, and the repository location within the Angular project stays consistent.
The crucial distinctions lie in the peer dependencies and release dates. Version 12.2.4 necessitates @angular/core, @angular/common, and @angular/animations all at version 12.2.4, indicating a synchronized release across core Angular modules. Similarly, version 12.2.3 requires its peer dependencies to be at 12.2.3. This alignment minimizes potential compatibility issues between @angular/platform-browser and other core Angular components.
The release date reveals that 12.2.4 arrived on September 1st, 2021, a week after 12.2.3, which was released on August 25th, 2021. While the files count and unpacked size remain the same, suggesting similar features, the update likely contained bug fixes or minor enhancements. Developers should consult the official Angular changelogs for a more comprehensive understanding of these changes. Upgrading to 12.2.4 and ensuring all peer dependencies are also updated to 12.2.4 keeps your Angular application current and benefits from the latest improvements.
The are not vulnerabilities for the version 12.2.4 of the package @angular/platform-browser