Angular developers relying on @angular/platform-browser-dynamic for Just-In-Time (JIT) compilation in web browsers should be aware of the subtle but important differences between versions 10.0.8 and 10.0.9. Both versions share the same core functionality of enabling Angular applications to run within a browser environment, leveraging JIT compilation. They also depend on tslib version 2.0.0 or higher and carry identical file counts (44) and unpacked sizes (488231 bytes). Furthermore, they are licensed under MIT and originate from the same Angular repository.
The key distinction lies in the peer dependencies and release date. Version 10.0.9 depends on @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser versioned at 10.0.9, while version 10.0.8 requires the same peer dependencies at version 10.0.8. The release dates also show that version 10.0.9 was released on August 12, 2020, after version 10.0.8 that was released on August 4, 2020. This dependency update suggests that version 10.0.9 likely includes bug fixes, performance improvements, or minor feature enhancements specifically addressing issues or expanding functionalities present in the 10.0.9 releases of the core Angular packages. Developers should upgrade to version 10.0.9 to ensure compatibility and benefit from the latest improvements across the Angular ecosystem. It’s always recommended to review the official Angular changelog for a detailed breakdown of specific changes introduced in each version.
The are not vulnerabilities for the version 10.0.9 of the package @angular/platform-browser-dynamic