Angular developers should be aware of the updates between @angular/platform-browser-dynamic versions 14.2.9 and 14.2.10. Both versions represent the library essential for running Angular applications in a web browser using Just-In-Time (JIT) compilation. While the core functionality remains consistent, subtle differences exist. Version 14.2.10 includes updates and potential bug fixes accumulated since version 14.2.9, reflected by its later release date and a slightly larger unpacked size (139593 bytes compared to 139547 bytes). The dependencies remain the same, with tslib at version ^2.3.0, ensuring compatibility for TypeScript helper functionalities. Crucially, the peer dependencies @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser have been updated to their respective 14.2.10 versions. Developers upgrading should ensure these peer dependencies are also updated to maintain compatibility and avoid potential issues. If you're building a new angular app it's best practice to use the latest version for performance and latest patches and that includes the dependencies stated before. While a detailed changelog would provide specific insights into the changes, the update to 14.2.10 suggests improvements or fixes that contribute to a more stable and refined development experience.
The are not vulnerabilities for the version 14.2.10 of the package @angular/platform-browser-dynamic