Angular Common package version 7.1.4 is a minor update from 7.1.3 focusing on providing commonly needed directives and services for Angular applications. Both versions share the same core functionality, license (MIT), and repository information, indicating a continuation of the existing Angular framework. They both depend on tslib version ^1.9.0 and have peer dependencies on rxjs ^6.0.0, ensuring compatibility with reactive programming paradigms. Crucially, they also depend on specific versions of @angular/core: 7.1.4 for the newer version and 7.1.3 for the older one.
A key difference lies in the @angular/core peer dependency. Developers upgrading to @angular/common@7.1.4 *must* also upgrade to @angular/core@7.1.4 to avoid potential compatibility issues. The unpackaged size increased slightly from 12,655,406 bytes in version 7.1.3 to 12,687,271 bytes in version 7.1.4, suggesting bug fixes, performance improvements, or minor feature additions. Given the minor version increment, it is likely that this update introduces non-breaking changes, making it a relatively safe upgrade. Developers should consult the official Angular changelog for detailed information about the specific changes included in the 7.1.4 release to fully understand the impact on their applications. The release date also highlights the updates, version 7.1.4 released one week after version 7.1.3, suggesting a possibly urgent fix or patch.
The are not vulnerabilities for the version 7.1.4 of the package @angular/common