Angular developers looking to leverage the power of web browsers will find the @angular/platform-browser package essential. Examining versions 9.0.2 and 9.0.3 reveals subtle but potentially important differences. Both versions, licensed under MIT, provide the core functionality for Angular to operate within a browser environment. They share the same description, indicating a continuation of existing features. Peer dependencies highlight the library's reliance on tslib (version ^1.10.0), @angular/core, and @angular/common. A key change lies in the peer dependency versions for @angular/core and @angular/common. Version 9.0.2 depends on @angular/core@9.0.2 and @angular/common@9.0.2 while version 9.0.3 ups those dependencies to @angular/core@9.0.3 and @angular/common@9.0.3. This suggests that those using @angular/platform-browser@9.0.3 need update @angular/core and @angular/common packages to the 9.0.3 version as well. Furthermore, the unpacked size increase from 2216812 to 2216848 in version 9.0.3, while seemingly small, might indicate bug fixes, performance improvements, or minor feature additions not explicitly outlined in the metadata. Finally, the release dates show that v9.0.3 was released approximately a week after 9.0.2, so these changes were released quickly after the previous stable version. Devs should be aware of these dependency and size changes before upgrading.
The are not vulnerabilities for the version 9.0.3 of the package @angular/platform-browser