Angular developers should take note of the recent updates to @angular/platform-browser-dynamic. Version 19.0.5 was released on December 18, 2024, succeeding version 19.0.4, which was released on December 12, 2024. While the core description remains consistent – this library facilitates using Angular in web browsers with Just-In-Time (JIT) compilation – examining the subtle differences between these versions is crucial for maintaining stable and compatible Angular applications.
Both versions list tslib as a dependency with the same caret version constraint ^2.3.0, ensuring compatibility with TypeScript helper functions. The critical area for consideration lies within the peerDependencies. Version 19.0.5 requires @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser all at version 19.0.5. Similarly, version 19.0.4 mandates that its corresponding peer dependencies also be at version 19.0.4. This indicates that upgrading @angular/platform-browser-dynamic necessitates a synchronized upgrade of these core Angular packages.
The dist metadata reveals both versions have an identical fileCount of 9 and unpackedSize of 34556 bytes, suggesting similar or identical code structure regarding the deployed final files. However, the release date differences suggest potential bug fixes, performance improvements, or minor feature enhancements within the library. Developers should consult the official Angular changelog or release notes for a detailed breakdown of the specific changes included in version 19.0.5 to make informed decisions about upgrading and minimizing potential disruptions. Always test thoroughly when updating Angular dependencies to ensure compatibility and application stability.
The are not vulnerabilities for the version 19.0.5 of the package @angular/platform-browser-dynamic