Angular Common version 9.1.3 represents a subtle but potentially crucial update over its predecessor, version 9.1.2. Both versions, described as providing commonly needed directives and services for Angular applications, share a nearly identical foundation. They both require rxjs version ^6.5.3 and tslib version ^1.10.0 as peer dependencies, ensuring compatibility with existing Angular projects. The fileCount and unpackedSize metrics indicate that the codebases are very similar in size indicating that the update is not including big features, or big changes.
The key difference lies in the @angular/core peer dependency, which shifts from 9.1.2 to 9.1.3. This signifies that version 9.1.3 of Angular Common is specifically designed to align with and leverage the functionalities and fixes included in Angular core version 9.1.3. However, the data provided doesn't give us information about the specific fixes.
Developers should upgrade to Common 9.1.3 to ensure optimal compatibility and to take advantage of the latest bug fixes and performance enhancements, to avoid unexpected behaviors when using the features provided like internationalization, http client or the provided pipes and directives. Considering the update is related to core, it is important to have both packages in sync to avoid any possible issue. The update, released approximately a week after 9.1.2, appears to address specific issues or enhancements within the Angular core framework, making it a recommended update for Angular developers.
The are not vulnerabilities for the version 9.1.3 of the package @angular/common