Angular's @angular/common package provides essential directives and services for building Angular applications. Comparing versions 8.1.3 and 8.1.2, the core functionality remains consistent, focusing on providing the building blocks for common UI patterns and data handling within Angular projects. Both versions share the same dependencies, relying on tslib for TypeScript helper functions and rxjs (version ^6.4.0) and @angular/core as peer dependencies, ensuring compatibility within the Angular ecosystem. They are both distributed under the MIT license and maintained by the Angular team which guarantees stability and reliability.
A key difference lies in the @angular/core peer dependency. Version 8.1.3 requires @angular/core version 8.1.3, whereas 8.1.2 requires @angular/core version 8.1.2. Therefore, developers updating their Angular projects should ensure their @angular/core package is also upgraded to 8.1.3 to maintain compatibility and prevent potential runtime errors.
Another notable difference is the increased unpacked size, 14239782 vs 14217259, of version 8.1.3 meaning that some changes have been made, that implies that, although not explictly visible from the description, a bugfix or feature has been introduced. Finally, version 8.1.3 was released on July 26, 2019, while version 8.1.2 was released on July 17, 2019. This difference in release date suggests bug fixes, security updates, or minor performance improvements may be present in the newer version. Consider upgrading to version 8.1.3 to benefit from the latest enhancements and ensure a stable development environment.
The are not vulnerabilities for the version 8.1.3 of the package @angular/common