Angular's @angular/common package, a cornerstone for Angular applications providing essential directives and services, saw a recent update from version 17.1.2 to 17.1.3. While both versions share the same fundamental characteristics – requiring tslib and declaring peer dependencies on specific versions of rxjs and @angular/core – some subtle changes differentiate them. Both versions hold identical file counts and unpacked sizes suggesting that adjustments have been made within the existing codebase rather than introducing a significant amount of new content.
The most notable difference lies in the releaseDate. Version 17.1.3 was released on February 8, 2024, while 17.1.2 was released on January 31, 2024. This week-long gap suggests the newer version likely contains bug fixes, performance improvements, or minor feature enhancements not substantial enough to alter the file count or size. Developers should investigate official Angular changelogs or release notes to pinpoint the precise changes included in version 17.1.3.
For developers already using @angular/common 17.1.2, upgrading to 17.1.3 is generally advisable. While the changes are likely incremental, they could address issues encountered in 17.1.2 or offer slight performance gains. However, thoroughly testing the application after upgrading remains crucial to ensure compatibility and stability. It's also reassuring to remember that both versions are licensed under MIT. Before upgrading confirm compatibility between @angular/core and rxjs peer dependencies of your project.
The are not vulnerabilities for the version 17.1.3 of the package @angular/common