Angular's @angular/platform-browser-dynamic package empowers developers to run Angular applications within a web browser using Just-In-Time (JIT) compilation. Comparing versions 13.3.10 and 13.3.11, the core functionality remains consistent, both facilitating dynamic Angular rendering in the browser. Each version lists tslib as a dependency, ensuring compatibility with TypeScript helper functions and maintaining a consistent build process. Both versions also share the same license, MIT, allowing for open-source usage.
The key difference lies primarily in the peer dependencies. Version 13.3.10 requires @angular/core, @angular/common, @angular/compiler, and @angular/platform-browser at version 13.3.10, while 13.3.11 updates these peer dependencies to 13.3.11. This indicates that version 13.3.11 is intended to be used with those updated core Angular packages, likely including bug fixes, performance improvements, or new features introduced in those dependencies. Developers should ensure that all @angular/* packages are consistently upgraded to the same version (in this case, 13.3.11) to avoid potential compatibility issues. The update also introduces a later release date, May 31, 2022, compared to May 25, 2022 for the older version, signaling it contains recent updates since the prior release. When upgrading, always refer to the official Angular changelog for a comprehensive list of changes.
The are not vulnerabilities for the version 13.3.11 of the package @angular/platform-browser-dynamic