The @angular/platform-browser package, essential for running Angular applications in web browsers, saw a release of version 9.1.12 on July 8th, 2020. This update follows closely on the heels of version 9.1.11, released on June 10th, 2020. Examining both versions, developers will notice key similarities, like identical file counts (127) and unpacked sizes (2,238,088 bytes), suggesting no significant changes in the overall codebase size. The peer dependencies remain consistent, requiring compatible versions of tslib, @angular/core, @angular/common, and @angular/animations. The core functionality and intended use of the library, as indicated by the description "Angular - library for using Angular in a web browser," remain constant between versions.
The most notable difference lies in the targeted versions of the peer dependencies. Version 9.1.12 requires @angular/core, @angular/common, and @angular/animations all at version 9.1.12, aligning with its own version number. Similarly, version 9.1.11 demands that its peers are also at version 9.1.11. This highlights the importance of maintaining consistency across Angular packages in your project to avoid compatibility issues. While the changes might be incremental, developers using Angular should upgrade to 9.1.12 to ensure they are using the latest compatible versions of Angular's core modules, potentially benefiting from bug fixes and performance improvements introduced in the newer release. This update ensures smooth integration and optimal performance within the Angular ecosystem.
The are not vulnerabilities for the version 9.1.12 of the package @angular/platform-browser