Angular's @angular/platform-browser-dynamic package bridges the gap between your Angular application code and the web browser environment, enabling Just-In-Time (JIT) compilation directly within the browser. This is crucial for development workflows, allowing rapid iteration and debugging without needing a separate build step for every code change. The released of version 13.3.7 represents a minor update over the previous stable version, 13.3.6, primarily focusing on bug fixes, performance improvements, and finer polishing of existing features rather than introducing brand new functionalities.
Developers should note the peer dependencies. Version 13.3.7 requires @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser all to be at version 13.3.7, whereas 13.3.6 required them to be on 13.3.6. This is important to ensure compatibility across the Angular ecosystem within your project.
While the fileCount and unpackedSize within the dist object are identical between the two versions, the release date of 2022-05-11 for 13.3.7 compared to 2022-05-04 for 13.3.6 indicates that the newer version incorporates a week of additional refinements and bug fixes. If encountering unusual behavior or issues with version 13.3.6, upgrading to 13.3.7 is advisable due to those targeted fixes and optimizations. Both versions depend on tslib version "^2.3.0", ensuring TypeScript helper functions are consistently available.
The are not vulnerabilities for the version 13.3.7 of the package @angular/platform-browser-dynamic