Angular core version 7.2.12 is a minor update to the core Angular framework, succeeding version 7.2.11. Both versions share the same fundamental characteristics: built by the Angular team, licensed under MIT, and relying on tslib for TypeScript helpers. They also declare peer dependencies on rxjs (version 6.0.0 or higher) and zone.js (version ~0.8.26), indicating compatibility with these reactive programming and asynchronous operation libraries.
The key difference lies in the update. While file count remains constant at 611, the unpacked size of version 7.2.12 is slightly larger, measuring 20728232 bytes compared to 7.2.11's 20726180 bytes. This suggests that the update contains fixes and potentially minor enhancements. The release date also distinguishes the two, with version 7.2.12 being released on April 3, 2019, about a week after version 7.2.11's March 26, 2019 release. Developers should consider updating to the latest version as it likely incorporates bug fixes and stability improvements, ensuring a smoother development experience and potentially optimized performance for Angular applications. Always test updates in a development environment before deploying to production.
All the vulnerabilities related to the version 7.2.12 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.