Angular's @angular/common package provides essential directives and services for building Angular applications. Comparing versions 7.2.12 and 7.2.13 reveals a minor update, primarily focusing on potential bug fixes and refinements rather than introducing major new features. Both versions share the same dependencies on tslib (version ^1.9.0) and peer dependencies on rxjs (^6.0.0) and @angular/core, indicating compatibility. The file count and unpacked size in the dist property are identical across these versions, suggesting no significant additions or reductions in code volume. It's interesting to note how similar they are. The key difference lies in the releaseDate. Version 7.2.13 was released on April 13, 2019, shortly after version 7.2.12 released on April 3, 2019.
For developers, this suggests version 7.2.13 likely addresses specific issues identified in 7.2.12. While the changelog isn't provided here, upgrading to the latest patch version (7.2.13) is a recommended practice for stability and security. Developers should consult the official Angular changelog for details on the precise fixes implemented. If you're using any Angular 7.2 version, always choose the latest patch version to avoid bugs. Because the core Angular and rxjs dependencies remained the same, upgrade should be seamless.
The are not vulnerabilities for the version 7.2.13 of the package @angular/common