Angular developers should be aware of the subtle differences between @angular/platform-browser versions 10.1.3 and 10.1.2. Both versions, essential for harnessing Angular within web browsers, share a common foundation, relying on tslib version 2.0.0 or higher for core functionalities. Their peer dependencies – @angular/core, @angular/common, and @angular/animations – are also version-matched within their respective releases (10.1.3 requiring 10.1.3, and 10.1.2 requiring 10.1.2). This ensures compatibility and stable interaction with other Angular modules.
From a developer's point of view, upgrading from 10.1.2 to 10.1.3 mainly represents bug fixes and small improvements rather than significant new features. Both packages maintain the same file count (78) and unpacked size (1481461 bytes), suggesting no massive structural changes were introduced. The crucial distinction lies in the release date: version 10.1.3 was published on September 23, 2020, a week after version 10.1.2's release on September 16, 2020. Developers always want to use the latest version to use the latest fixes. Although minor, this update likely addresses critical bug fixes, performance enhancements, or security patches discovered in the preceding week. Therefore, upgrading to 10.1.3 is generally recommended to benefit from the most recent stability improvements and avoid potential issues present in the prior version.
The are not vulnerabilities for the version 10.1.3 of the package @angular/platform-browser