Angular's @angular/platform-browser-dynamic package is crucial for developers building web applications with Angular, enabling the use of Angular within a web browser environment utilizing Just-In-Time (JIT) compilation. Comparing versions 9.1.2 and 9.1.3 reveals subtle but important distinctions for developers to consider. Both versions share core characteristics such as identical file counts (69) and unpacked size (704104), suggesting that the codebase's overall structure and size remained consistent. The peer dependencies also stayed the same, indicating no breaking changes regarding compatibility with core Angular modules (@angular/core, @angular/common, @angular/compiler, @angular/platform-browser) and tslib. Meaning the update is very likely to be non breaking and you can safely update the package.
The key difference lies in the release date: version 9.1.3 was released on April 22, 2020, while version 9.1.2 was released on April 15, 2020. This one-week gap often signifies bug fixes, performance enhancements, or minor feature additions rather than significant architectural changes. Developers should therefore update to version 9.1.3 to benefit from the latest stability improvements and potentially enhanced performance characteristics. While a changelog would provide definitive details on the specific changes, the quick succession suggests incremental improvements aimed at refining the developer experience and application stability.
The are not vulnerabilities for the version 9.1.3 of the package @angular/platform-browser-dynamic