The @angular/platform-browser-dynamic package, crucial for Angular developers, enables the use of Angular within web browsers utilizing Just-In-Time (JIT) compilation. Version 8.2.14 represents a subtle yet important update over its predecessor, version 8.2.13. While the core functionality remains consistent, developers should note the nuanced modifications reflected in the package's metadata.
Both versions share identical dependency requirements, leveraging tslib for TypeScript helper functions. Crucially, they are also peer-dependent on specific versions of other core Angular packages: @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser. Specifically, version 8.2.14 mandates version 8.2.14 of these peer dependencies, while version 8.2.13 correspondingly requires version 8.2.13. This highlights the importance of maintaining version compatibility within your Angular project.
Beyond version number adjustments in peer dependencies, perhaps the most visible difference lies in the dist section. Version 8.2.14 comprises an unpacked size of 682,122 bytes, a marginal increase from 8.2.13's 682,037 bytes suggesting minor code adjustments or additions. Furthermore, the release date signifies the recency of each version. Version 8.2.14 was released on 2019-11-13, subsequent to version 8.2.13, released on 2019-10-30. Developers should always consult the official Angular changelog and release notes for a comprehensive understanding of the specific code modifications and bug fixes included in each incremental update like this one.
The are not vulnerabilities for the version 8.2.14 of the package @angular/platform-browser-dynamic