Angular core library has two subsequent versions available, 10.2.4 and 10.2.5. Both versions share fundamental characteristics, including a description as "Angular - the core framework" and consistent dependencies on tslib version ^2.0.0. They also maintain the same peer dependencies, requiring rxjs version ^6.5.3 and zone.js version ~0.10.3, ensuring compatibility with existing Angular projects. Both versions are released under MIT license.
The primary difference between the two releases lies in their release date and unpackedSize. Version 10.2.5 was released on April 14, 2021, while version 10.2.4 was released significantly earlier, on December 17, 2020. The newer version also has an increased unpackedSize, 17767956 comparing to 17762662, suggesting potential additions, bug fixes, or performance improvements. While the fileCount remains constant at 419, the increased size needs attention. No information regarding the content of these changes is available in this data, therefore upgrading to version 10.2.5 can be interesting for getting bug fixes and performance improvements. Developers upgrading should check the package release notes for detailed information on the specific changes implemented to understand them.
The are not vulnerabilities for the version 10.2.5 of the package @angular/core