Angular developers considering using @angular/platform-browser-dynamic should take note of both versions 10.1.0 and 10.1.1. Both are JIT (Just-In-Time) compilation libraries designed for running Angular applications in web browsers. While the core functionality remains consistent – providing the necessary tools to bootstrap and execute Angular applications dynamically within the browser environment – there are subtle differences to consider.
The primary difference lies in the version number itself, indicating a patch release. Version 10.1.1 was released on September 9, 2020, a week after version 10.1.0 released on September 2, 2020. Patch releases generally address bug fixes and minor improvements without introducing breaking changes. Both versions depend on tslib (version ^2.0.0) and share the same peer dependencies: @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser. These peer dependencies highlight the tight integration of @angular/platform-browser-dynamic within the broader Angular ecosystem, ensuring compatibility and consistent behavior across different modules. Furthermore, both versions share the same file count (44) and unpacked size (488231 bytes), implying no significant alteration in the codebase's size or structure. For developers, the choice often comes down to whether the specific bug fixes included in 10.1.1 are relevant to their project. Reviewing the Angular changelog or release notes associated with the 10.1.1 patch is recommended to understand the precise nature of the changes. If encountering specific issues with 10.1.0, upgrading to 10.1.1 is advisable. Otherwise, the functional impact between the two versions is likely minimal.
The are not vulnerabilities for the version 10.1.1 of the package @angular/platform-browser-dynamic