The @angular/platform-browser package, a crucial component for running Angular applications in web browsers, saw a minor version update from 8.2.13 to 8.2.14. Both versions share the same core description: an Angular library facilitating browser-based operation. They also maintain identical dependency on tslib (version ^1.9.0) and similar peer dependencies, requiring specific versions of @angular/core and @angular/common for compatibility. The key difference lies in the precise peer dependency versions, shifting from 8.2.13 to 8.2.14.
While seemingly small, this version bump implies important underlying changes or fixes. Developers should upgrade to 8.2.14, especially if they're already using Angular 8.2.13, to benefit from potential bug fixes, performance improvements or new features. Although the official changelog should be consulted for comprehensive understanding, it is generally recommended to keep the angular related libaries at the same version. The unpacked size has been slightly increased from 2692586 to 2692671, indicating some changes in code, although it's not possible to determine the importance of those changes. The 8.2.14 version was released on November 13, 2019, a couple of weeks later than version 8.2.13 (October 30, 2019). Therefore it is recommended to use the latest version when using Angular 8.
The are not vulnerabilities for the version 8.2.14 of the package @angular/platform-browser