Angular's @angular/common package, a crucial component for building robust Angular applications, saw an update from version 17.3.5 to 17.3.6 on April 25, 2024. Both versions share the same core foundation including dependencies on tslib and peer dependencies requiring rxjs (version 6.5.3 or 7.4.0) alongside @angular/core. Notably, both boast an impressive feature set realized in approx. 3016 files within packages with a unpacked size around 11.4MB, hinting at the comprehensive nature of the module, covering functionalities such as internationalization, date, number and currency formatting, http communication and collection iteration utilities.
The change appears subtle with the release date being the most evident difference. Developers should note the peer dependency on @angular/core. Version 17.3.6 of @angular/common is explicitly paired with version 17.3.6 of @angular/core, and the version 17.3.5 @angular/common is explicitly paired with @angular/core 17.3.5. While the core functionalities remain consistent, this update likely addresses bug fixes, performance improvements, or minor adjustments to existing features within the common module, ensuring compatibility and improved stability in your Angular projects, particularly for applications reliant on services dealing with common functionalities.
The are not vulnerabilities for the version 17.3.6 of the package @angular/common