Angular developers should be aware of the subtle yet important update from version 10.1.3 to 10.1.4 of the @angular/platform-browser package. Both versions are core components facilitating Angular's operation within web browsers. The primary difference is reflected in the release dates, with version 10.1.4 being published on September 30, 2020, a week after version 10.1.3, which was released on September 23, 2020. Under the hood, both share identical dependencies on tslib (version ^2.0.0) and peer dependencies, requiring compatible versions of @angular/core, @angular/common, and @angular/animations. Dependency versions of 10.1.3 align with the older versions, while 10.1.4 peer dependencies expect version 10.1.4 of the dependencies. Identical file count (78) and unpacked size (1481461 bytes). Given that the core dependencies received a bump from 10.1.3 to 10.1.4 implies bug fixes and minor enhancements. Upgrading ensures compatibility and access to the latest improvements in the Angular ecosystem, contributing to a more stable and optimized application. Both versions are licensed under MIT and maintained by the Angular team through their GitHub repository. Developers should consult the Angular changelog for detailed information on specific fixes and enhancements present in version 10.1.4.
The are not vulnerabilities for the version 10.1.4 of the package @angular/platform-browser