Angular developers relying on Just-in-Time (JIT) compilation within web browsers should note the release of version 17.3.2 of the @angular/platform-browser-dynamic package, succeeding version 17.3.1. Both versions provide the core functionality for enabling Angular applications to run directly in the browser by dynamically compiling templates. Examining the metadata reveals minimal differences in file count and unpacked size, suggesting that the core JIT compilation engine remains largely unchanged between releases. The dependencies field, crucial for ensuring compatibility and functionality, remains consistent, depending on tslib version ^2.3.0 for TypeScript helper functions. The peerDependencies section requires @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser to be at their respective matching major and minor versions, indicating a strong dependency on the Angular framework staying in sync. The key difference lies in the specific peer dependency versions: version 17.3.2 necessitates the corresponding 17.3.2 versions of the Angular framework packages, while version 17.3.1 depends on the 17.3.1 counterparts. Therefore, developers should upgrade to @angular/platform-browser-dynamic version 17.3.2 if and only if they've also updated their core Angular framework packages to version 17.3.2 to guarantee stability and compatibility. The release date delta signifies roughly an 8-day gap between the two versions, meaning that version 17.3.2 likely includes bug fixes and or minor improvements over its predecessor and it represents the latest stable JIT compiling platform for web browsers under Angular 17.3.
The are not vulnerabilities for the version 17.3.2 of the package @angular/platform-browser-dynamic