The @angular/platform-browser package, a crucial component for running Angular applications in web browsers, saw a minor version update from 8.2.12 to 8.2.13. Both versions share the same core description: providing the necessary tools and abstractions for Angular to interact with the browser environment. They both rely on tslib (version ^1.9.0) for TypeScript helper functions and are licensed under the MIT license. Examining the metadata reveals that both versions have the same number of files (133) and unpacked size (2692586 bytes), which mean that the changes between versions may not be in file size/number but rather in internal code.
The key difference lies in their release dates and peer dependencies. Version 8.2.12 was released on October 23, 2019, while version 8.2.13 followed a week later, on October 30, 2019. This suggests that version 8.2.13 likely includes bug fixes or minor improvements introduced in the week following the release of 8.2.12.
Critically, the peer dependencies also reflect this point-release nature. Version 8.2.12 requires @angular/core and @angular/common at version 8.2.12, while version 8.2.13 requires @angular/core and @angular/common at version 8.2.13. This alignment is standard procedure for Angular package updates.
For developers, migrating from 8.2.12 to 8.2.13 should be relatively straightforward, ensuring @angular/core and @angular/common are also updated to 8.2.13 and it is highly recommended, as it likely incorporates important fixes and maintains compatibility across the Angular ecosystem. The similar file size and structure indicate no major architectural changes.
The are not vulnerabilities for the version 8.2.13 of the package @angular/platform-browser