Angular developers relying on the @angular/platform-browser package should be aware of a minor update between versions 10.1.5 and 10.1.6. Both versions share the same core description: it's the Angular library vital for running Angular applications within a web browser environment. They maintain identical dependencies, requiring tslib version 2.0.0 or higher. Crucially, both versions maintain peer dependency requirements for @angular/core, @angular/common, and @angular/animations, ensuring compatibility within the Angular ecosystem. For version 10.1.6, developers must have versions 10.1.6 of those peer dependencies installed, while version 10.1.5 required the 10.1.5 versions.
The underlying license remains MIT, and the source code repository remains consistent, pointing to the Angular GitHub repository. Both packages also include a fileCount of 78 and an unpacked size of 1481461, indicating no significant changes to the compiled code structure. The key difference lies in the releaseDate. Version 10.1.6 was released on October 14, 2020, while version 10.1.5 was released on October 7, 2020. This week-long gap suggests that version 10.1.6 likely includes bug fixes, performance improvements, or minor enhancements that didn't warrant a major or minor version bump. Developers should always consult the official Angular changelog for a detailed breakdown of specific changes between these versions.
For existing projects, upgrading from 10.1.5 to 10.1.6 is generally recommended to benefit from the latest improvements. However, a review of the Angular changelog is crucial to ensure that their code is compatible with the introduced changes, even if subtle. For new Angular projects, always opt for the latest stable version to obtain the most up-to-date features and optimizations.
The are not vulnerabilities for the version 10.1.6 of the package @angular/platform-browser