Angular developers relying on Just-in-Time (JIT) compilation in the browser will find the @angular/platform-browser-dynamic package essential. Version 14.2.2 represents a minor update over version 14.2.1, primarily focusing on compatibility and bug fixes within the Angular 14 ecosystem.
Both versions maintain identical dependencies on tslib (version ^2.3.0) for TypeScript helper functions, and they share the same peer dependencies: @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser. The key difference lies in the specific version of these peer dependencies. Version 14.2.2 requires version 14.2.2 of these core Angular packages, whereas version 14.2.1 requires version 14.2.1. This indicates that upgrading from 14.2.1 to 14.2.2 necessitates a corresponding upgrade of all @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser packages to maintain compatibility.
Developers should upgrade to 14.2.2 to benefit from any bug fixes, performance improvements or security enhancements incorporated in this incremental release of the Angular framework. The release date shift, from September 7th, 2022 for 14.2.1 to September 15th, 2022 for 14.2.2, highlights the recency of the update. Both versions use the MIT license and the git repository is in github under the angular organization. Also the size of the package when unpacked is the same, 139547.
The are not vulnerabilities for the version 14.2.2 of the package @angular/platform-browser-dynamic