Angular's @angular/common package provides essential directives and services for building Angular applications. Version 11.2.14, released on May 12, 2021, follows the previous stable version 11.2.13, released on May 5, 2021. Both versions share the same core dependencies, including tslib for TypeScript helpers, and peer dependencies on rxjs and @angular/core. This indicates that the fundamental architecture and dependencies remain consistent between the two releases.
The key difference lies in the underlying code and bug fixes, evidenced by a slight increase in the unpacked size of the newer version from 12,854,316 bytes to 12,862,101 bytes. This increase suggests that version 11.2.14 includes code level changes that are related to bug fixing features or performance improvements. Developers should consider upgrading to version 11.2.14 to benefit from these improvements and ensure compatibility with the latest @angular/core version, specified as a peer dependency. While the file count remains the same, the size difference does indeed suggest something was changed inside of some of the file. Staying up-to-date with minor version updates like this is crucial for maintaining a stable and performant Angular application. It's very important to check the changelog to be completely sure of the changes applied to the newest version.
The are not vulnerabilities for the version 11.2.14 of the package @angular/common