Angular core version 10.0.14 is a patch release of the core framework, building upon the existing functionality of version 10.0.13. Examining the metadata reveals primarily minor differences, suggesting that the update likely addresses bug fixes and potentially small performance improvements rather than introducing significant new features. For developers already using Angular 10, upgrading from 10.0.13 to 10.0.14 should be a straightforward process, as the API surface and core functionalities remain consistent.
Both versions share the same dependencies, relying on tslib version ^2.0.0 for TypeScript helper functions. They also specify identical peer dependencies on rxjs (^6.5.3) and zone.js (~0.10.3), indicating compatibility with the same reactive programming and asynchronous task management libraries. The file count and unpacked size for both releases are also the same. Therefore, the upgrade is unlikely to introduce any breaking changes. The most notable difference lies in the release date; version 10.0.14 was published shortly after 10.0.13, which reinforces the suspicion that critical issues needed immediate attention. Developers should always consult the official Angular changelog for detailed information about the specific fixes incorporated in this patch release. Maintaining an up-to-date Angular core version ensures optimal performance and reduces exposure to potential security vulnerabilities.
All the vulnerabilities related to the version 10.0.14 of the package
Cross site scripting in Angular
A vulnerability was found in Angular up to 11.0.4/11.1.0-next.2. It has been classified as problematic. Affected is the handling of comments. The manipulation leads to cross site scripting. It is possible to launch the attack remotely but it might require an authentication first. Upgrading to version 10.2.5, 11.0.5 or 11.1.0-next.3 is advised to to address this issue.