@angular/common has released version 18.0.1, a minor update following the 18.0.0 release. Both versions serve as essential building blocks for Angular applications, offering commonly used directives and services for tasks like internationalization (i18n), date & number formatting, and HTTP communication. Developers leveraging Angular rely on @angular/common for streamlined development and consistent application behavior.
The core functionalities remain consistent between versions 18.0.0 and 18.0.1, with both depending on tslib and requiring rxjs (version 6.5.3 or later, or version 7.4.0 and newer) and @angular/core as peer dependencies. While the file count and unpacked size are identical, the key difference lies in the @angular/core peer dependency version. Version 18.0.0 required @angular/core version 18.0.0, while the updated version 18.0.1 mandates @angular/core version 18.0.1.
This suggests that the update likely addresses specific compatibility issues or improvements related to @angular/core. Developers should upgrade to @angular/common version 18.0.1, particularly those already utilizing or planning to upgrade to @angular/core version 18.0.1, to ensure optimal application stability and avoid potential conflicts. The MIT license ensures developers have the freedom to use and modify the library as required.
The are not vulnerabilities for the version 18.0.1 of the package @angular/common