Angular developers considering @angular/platform-browser version 8.2.3 will find subtle but important differences compared to the previous stable release, 8.2.2. Both versions serve the core purpose of enabling Angular applications to run within web browsers, providing the necessary tools and abstractions for interacting with the DOM. A key aspect to note is the peer dependency requirement. Version 8.2.3 mandates @angular/core and @angular/common at version 8.2.3, correspondingly, version 8.2.2 requires version 8.2.2 of @angular/core and @angular/common, ensure project dependencies work seamlessly together. Both versions rely on tslib version ^1.9.0 dependency.
While the file count (133) and unpacked size (2692552 bytes) remain identical between the versions, pointing similar overall structure, the crucial difference lies in the release date and the specific peer dependencies. Version 8.2.3 was released on August 21st, 2019, whereas 8.2.2 was released on August 12th, 2019. This suggests that version 8.2.3 likely includes bug fixes and/or minor enhancements implemented since the previous release. For developers, upgrading from 8.2.2 to 8.2.3 may resolve existing issues or introduce improved stability. Examine angular update details for precise changes.
The are not vulnerabilities for the version 8.2.3 of the package @angular/platform-browser