Angular developers will find two closely related versions of the @angular/core package, specifically versions 11.2.6 and 11.2.7. Both versions share identical core metadata. They are described as "Angular - the core framework", using the tslib dependency (version ^2.0.0) and relying on rxjs (^6.5.3) and zone.js (^0.10.2 || ^0.11.3) as peer dependencies. The license is MIT, and the source code is hosted on GitHub under the packages/core directory. The author is listed as "angular".
Interestingly, their dist directories present identical fileCount (484) and unpackedSize (18458477), meaning that the codebase size appears unchanged. The key difference lies in their releaseDate. Version 11.2.6 was released on March 17, 2021, while version 11.2.7 followed a week later on March 24, 2021. This suggests that version 11.2.7 is likely a patch release addressing bugs or minor issues found in 11.2.6, without introducing significant new features or API changes that would affect file size. Upgrading from 11.2.6 to 11.2.7 is recommended for developers to benefit from the latest bug fixes and stability improvements within the Angular core framework. While the underlying code structure remains similar, running the newest version is commonly suggested.
The are not vulnerabilities for the version 11.2.7 of the package @angular/core