Angular's @angular/platform-browser package is essential for running Angular applications within web browsers, providing the necessary tools and abstractions to interact with the browser environment. Comparing versions 9.1.2 and 9.1.1 reveals subtle yet potentially important updates for developers. Both versions share the same core description and licensing under MIT, emphasizing their purpose as a browser-specific Angular library. They also maintain identical peer dependencies on tslib, @angular/core, @angular/common, and @angular/animations, ensuring compatibility within the Angular ecosystem.
The key differences lie primarily in the release date, unpacked size, and presumably, internal bug fixes and performance improvements. Version 9.1.2 was released on April 15, 2020, a week after 9.1.1 (April 7, 2020). Version 9.1.2 has a slightly larger unpacked size (2238053 bytes) compared to 9.1.1 (2225386 bytes) suggesting code changes, potentially addressing reported issues or introducing minor enhancements. While the changelog details (which aren't provided here) would offer a more precise understanding of the changes, developers should generally opt for the newer version (9.1.2) to benefit from the latest stability improvements and bug fixes. Keeping the @angular/platform-browser package up to date ensures optimal performance and security within the Angular application, especially for projects relying on browser-specific features and functionalities.
The are not vulnerabilities for the version 9.1.2 of the package @angular/platform-browser