The @angular/platform-browser-dynamic package, a crucial component of the Angular framework, facilitates the use of Angular within web browsers utilizing Just-In-Time (JIT) compilation. Comparing version 8.2.13 with its predecessor, 8.2.12, reveals subtle but potentially important distinctions for developers. Both versions share core characteristics, including the same dependencies on tslib (version ^1.9.0) and identical file counts (69) and unpacked sizes (682037 bytes) in their distributions. They are also released under the MIT license and maintained by the Angular team with the source code available at the angular/angular GitHub repository.
However, the key difference lies in the peer dependencies and release dates. Version 8.2.13 depends on @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser at version 8.2.13, while 8.2.12 required its corresponding peers at version 8.2.12. This implies that version 8.2.13 incorporates updates and fixes coordinated across these core Angular libraries. Developers upgrading from 8.2.12 should ensure that all @angular/* packages are updated to 8.2.13 to maintain compatibility and benefit from any bug fixes or minor improvements introduced in the newer release. The release dates tell us version 8.2.13 was published on October 30, 2019, a week after version 8.2.12 which was published on October 23, 2019. In conclusion, while the core functionality remains the same, staying current with the latest patch version, 8.2.13, ensures access to the most stable and up-to-date version of these essential browser dynamic functionalities.
The are not vulnerabilities for the version 8.2.13 of the package @angular/platform-browser-dynamic