Angular's @angular/platform-browser library, crucial for running Angular applications in web browsers, saw a new release with version 15.2.0, following closely on the heels of version 15.1.5. While both versions share the same core purpose and MIT license, developers considering the upgrade will find subtle yet important distinctions.
The most apparent difference lies in the version numbers of the peer dependencies. Version 15.2.0 requires @angular/core, @angular/common, and @angular/animations all to be at version 15.2.0, while 15.1.5 necessitates their respective 15.1.5 versions. This indicates underlying updates and potential feature additions or bug fixes within these core Angular modules that platform-browser now leverages.
Furthermore, the unpacked size of version 15.2.0 is slightly larger, with 1,122,494 bytes compared to 15.1.5's 1,092,430 bytes. While the file count remains the same at 62, the increased size suggests additions or modifications to the codebase within the platform-browser library itself, possibly related to performance enhancements, new API features, or expanded browser compatibility. The release date also marks a clear update, with version 15.2.0 released on February 22, 2023, after version 15.1.5 was released on February 15, 2023. Developers should consult the official Angular changelog for a detailed list of changes to fully understand the implications of upgrading.
The are not vulnerabilities for the version 15.2.0 of the package @angular/platform-browser