Angular's @angular/platform-browser-dynamic package empowers developers to leverage the Angular framework within web browsers using Just-In-Time (JIT) compilation. Examining versions 10.0.10 and 10.0.11, we see subtle but important differences. Both versions share a common foundation, including a dependency on tslib (version 2.0.0 or higher) for TypeScript helper functions. They also maintain identical peer dependencies on core Angular modules: @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser. These peer dependencies highlight the tight integration required for @angular/platform-browser-dynamic to function correctly within an Angular application.
Notably, fileCount and unpackedSize are the same in the 2 versions. This often indicate that changes may be related to specific files.
The key distinction lies in the version numbers themselves, incrementing from 10.0.10 to 10.0.11, and their respective release dates: August 17, 2020, and August 19, 2020. This suggests that version 10.0.11 likely incorporates bug fixes, performance improvements, or minor adjustments made in the two days after prior version, based on feedback or internal testing. For Angular developers, this upgrade would typically be recommended to ensure they are running the most stable and refined version of the JIT compilation library. While the changelog provides the most accurate information, updates like this are often centered around enhancing stability and addressing edge cases.
The are not vulnerabilities for the version 10.0.11 of the package @angular/platform-browser-dynamic