Angular developers should take note of the subtle yet important update from version 14.2.10 to 14.2.11 of the @angular/platform-browser-dynamic package. This library is crucial for enabling Just-In-Time (JIT) compilation within web browsers, a fundamental aspect of Angular development, especially during development phases. Both versions share the same core functionality, providing the necessary tools to bootstrap and run Angular applications directly in the browser. They also share identical dependencies, relying on tslib for TypeScript helper functions.
The most notable change lies within the peerDependencies. Version 14.2.11 requires @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser all to be at version 14.2.11, while the previous version asked for 14.2.10. Developers need to ensure that all Angular core packages are upgraded to the 14.2.11 release to maintain compatibility and avoid potential runtime errors. The size of the unpacked library is the same (139593) bytes & the file count stays at 31.
This incremental update, released a week after 14.2.10, likely addresses bug fixes or minor enhancements related to JIT compilation or browser compatibility. While the specific changes aren't explicitly detailed in the provided data, updating is generally recommended to benefit from the latest improvements and ensure optimal performance and security within Angular projects. Always review the official Angular changelog for specific details on bug fixes and enhancements included in each release.
The are not vulnerabilities for the version 14.2.11 of the package @angular/platform-browser-dynamic