@angular/platform-browser version 9.0.6 is a minor update to the Angular library focused on enabling Angular applications to run effectively within web browsers. Released on March 11, 2020, it builds upon the previous stable version, 9.0.5, released a week earlier. Both versions share the same fundamental description: "Angular - library for using Angular in a web browser" and are licensed under MIT. They also depend on 'tslib' version '^1.10.0' and peer dependencies with associated core/common/animations library versions.
The primary difference lies in the peer dependencies. Version 9.0.6 introduces a peer dependency on @angular/animations: 9.0.6, absent in version 9.0.5. This suggests that version 9.0.6 may include enhancements or fixes related to animations within the browser environment. Developers utilizing animations in their Angular applications should particularly take note of this addition.
While both versions contain 127 files, version 9.0.6 has a slightly larger unpacked size of 2216975 bytes compared to version 9.0.5's 2216848 bytes; this small increase likely reflects the animation-related changes. Overall, the update from 9.0.5 to 9.0.6 appears to be a targeted refinement, potentially addressing specific animation issues or introducing animation-related features. Developers are encouraged to review the official Angular changelog for detailed insights into the specific changes incorporated in version 9.0.6, especially if their projects heavily utilize Angular's animation capabilities.
The are not vulnerabilities for the version 9.0.6 of the package @angular/platform-browser