Angular developers leveraging the @angular/platform-browser-dynamic package for Just-In-Time (JIT) compilation in web browser environments will find subtle yet important differences between versions 13.3.1 and 13.3.2. Both versions provide the core functionality needed to bootstrap Angular applications dynamically in the browser and rely on the tslib dependency for TypeScript helper functions. Crucially, they share the same number of files (32) and unpacked size (137076 bytes), hinting that the changes might be concentrated in specific code sections rather than structural alterations.
The primary distinction lies in the peer dependencies: version 13.3.2 is compatible with @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser all at version 13.3.2, while 13.3.1 requires the 13.3.1 versions of these packages. This means developers using @angular/platform-browser-dynamic should ensure all related Angular packages are upgraded together to the corresponding 13.3.2 or 13.3.1 versions to avoid potential compatibility issues.
The release dates also highlight the recency of version 13.3.2, published on April 6, 2022, compared to 13.3.1 released on March 30, 2022. The upgrade likely includes bug fixes, performance improvements, or minor feature enhancements within the core Angular modules, warranting a coordinated update across the ecosystem. Utilizing the latest version ensures developers benefit from the most recent stability and optimization efforts within the Angular framework when employing dynamic compilation in the browser.
The are not vulnerabilities for the version 13.3.2 of the package @angular/platform-browser-dynamic