Angular core version 11.1.0 introduces subtle but important changes compared to its predecessor, version 11.0.9. While both versions share the fundamental framework description and licensing under the MIT license, key differences lie in their dependency requirements and distribution details. A primary change impacts peer dependencies, especially concerning zone.js. Version 11.1.0 broadens compatibility, accepting either zone.js version 0.10.2 or 0.11.3, providing developers more flexibility in their project setup. Conversely, version 11.0.9 rigidly requires a zone.js version close to0.10.3 .
Furthermore, examining the distribution metadata reveals an increase in the fileCount from 478 to 484, and the unpackedSize grows from 18,279,651 bytes to 18,444,571 bytes between the two versions. This suggests that Angular 11.1.0 incorporates additional features, bug fixes, or optimizations. This added weight could translate to performance improvements, new functionalities, or simply refined existing code. Developers should consider the updated zone.js compatibility for easier integration and potential benefits of the increased size when deciding which version to implement for Angular applications. The release dates indicate that version 11.1.0 arrived about a week after 11.0.9, making it a relatively quick refinement highlighting ongoing improvements to the core Angular framework.
The are not vulnerabilities for the version 11.1.0 of the package @angular/core