Angular's @angular/common package, a cornerstone for building Angular applications, provides essential directives and services. Version 13.2.1 was released on February 2, 2022, subsequent to 13.2.0 released on January 26, 2022. While the core description remains consistent, indicating the library's function of providing common functionalities, a closer inspection reveals subtle yet important distinctions for Angular developers.
The dependency on tslibremains unchanged at ^2.3.0 , ensuring continued compatibility with TypeScript helper functions. Similarly, the peer dependencies for rxjs (^6.5.3 || ^7.4.0) show it is still compatible whit RxJs 6 and 7. The core dependency with @angular/core shows that version 13.2.1 now requires the version 13.2.1 of @angular/core but 13.2.0 needed @angular/core in version 13.2.0.
The primary difference lies in the dist section. While both versions contain 2961 files, the unpacked size has slightly changed. 13.2.1 has an unpacked size of 11384791 bytes while 13.2.0 has an unpacked size of 11387191 bytes. This minor difference in size, along with the version bump from 13.2.0 to 13.2.1, strongly suggests that 13.2.1 likely includes bug fixes and minor improvements over its predecessor. Developers should update to 13.2.1 to benefit from these refinements and ensure optimal application stability and performance.
The are not vulnerabilities for the version 13.2.1 of the package @angular/common