Angular's @angular/common package delivers essential directives and services for building robust Angular applications. Comparing versions 11.0.1 and 11.0.0 reveals subtle yet important distinctions for developers. Both versions share the same core description and maintain tslib as a dependency. Crucially, they also leverage RxJS version 6.5.3 or higher, underlining Angular's commitment to reactive programming.
The primary difference centers around the peer dependency on @angular/core. Version 11.0.1 explicitly requires @angular/core version 11.0.1, while version 11.0.0 necessitates @angular/core version 11.0.0. This highlights the importance of maintaining consistent Angular versions across your project dependencies to avoid compatibility issues. Furthermore, the dist metadata reveals a slightly larger unpacked size for version 11.0.1 (12,790,929 bytes) compared to version 11.0.0 (12,785,936 bytes), suggesting minor updates or bug fixes. Version 11.0.1 Released on "2020-11-18" which is a week later compared to the older version "2020-11-11".
For developers, choosing the correct version hinges on alignment with your @angular/core version. Upgrading to 11.0.1 of @angular/common is recommended assuming you've also upgraded to @angular/core 11.0.1. Regular updates ensures access to the latest bug fixes and performance improvements.
The are not vulnerabilities for the version 11.0.1 of the package @angular/common