Angular developers considering an update to @angular/platform-browser from version 11.2.3 to 11.2.4 should be aware of a few subtle but potentially impactful changes. Both versions share the same core description, providing the necessary tools for running Angular applications within a web browser environment. They also maintain identical licensing (MIT), dependencies on tslib (version ^2.0.0), and repository information linking back to the main Angular GitHub project.
The key distinctions lie in the peer dependencies and the included distribution files. Version 11.2.4 aligns with @angular/core, @angular/common, and @angular/animations at version 11.2.4, whereas version 11.2.3 requires the 11.2.3 versions of these packages. Ensuring compatibility with these peer dependencies is crucial for a smooth upgrade.
While both versions contain the same number of files (78) within their respective tarballs, version 11.2.4 has a slightly larger unpacked size of 1,490,831 bytes compared to 1,490,094 bytes in version 11.2.3. This indicates minor code updates or optimizations within the library. Finally, the release dates differ, with version 11.2.4 being released on March 3, 2021, subsequent to version 11.2.3 which was released on February 24, 2021. Thus, users should review the Angular change log for version 11.2.4 to understand the specific bug fixes, performance improvements, or new features included in this incremental update.
The are not vulnerabilities for the version 11.2.4 of the package @angular/platform-browser