Angular's @angular/platform-browser package, a crucial component for running Angular applications within web browsers, saw a minor version bump from 10.0.10 to 10.0.11. Both versions share the same core description: a library enabling Angular functionality in the browser. They also depend on the same tslib version (^2.0.0) and are licensed under MIT. Key metadata such as the repository URL, author ("angular"), file count (78), and unpacked size (1481490 bytes) remain identical.
The significant difference lies in the patch version, indicating mostly bug fixes and minor improvements. The peer dependencies have been updated, with version 10.0.11 requiring @angular/core, @angular/common, and @angular/animations at version 10.0.11, while the previous version depended on 10.0.10 of the same packages. For developers, this means that upgrading to @angular/platform-browser@10.0.11 necessitates upgrading your core Angular dependencies to maintain compatibility. Given this is a patch release, the upgrade is likely to be straightforward, addressing potentially important stability issues or edge-case behaviors in the browser rendering layer. Developers who encountered any browser-specific quirks with version 10.0.10 should prioritize this update. The newer version was released on August 19, 2020, a couple of days after the previous one.
The are not vulnerabilities for the version 10.0.11 of the package @angular/platform-browser