Angular Core has been updated from version 13.3.10 to 13.3.11. Both versions serve as the foundation for Angular applications, providing essential functionalities. Examining the package metadata reveals key similarities and a few subtle differences crucial for developers to consider. Fundamentally, both versions share identical dependencies, relying on tslib version ^2.3.0. They also maintain the same peer dependencies, requiring rxjs versions ^6.5.3 or ^7.4.0, and zone.js version ~0.11.4. The license remains MIT, and they are both sourced from the same Angular repository on GitHub. The author is consistently listed as "angular." In terms of distribution, the fileCount and unpackedSize are also identical (335 and 12738671 respectively).
The core difference lies in the releaseDate. Version 13.3.11 was released on May 31, 2022, while version 13.3.10 was released on May 25, 2022. This indicates that version 13.3.11 likely includes bug fixes, minor enhancements, or security patches implemented since the 13.3.10 release. While the changes might not be immediately apparent from the package metadata alone, upgrading to the latest patch version is generally recommended to ensure optimal stability and security for your Angular applications. Developers should consult the official Angular changelog or release notes for a comprehensive list of changes between these versions - especially if facing specific issues potentially resolved in the newer release. Although a minor version bump might be perceived as insignificant, consistently upgrading to the latest patch version safeguards from potential bugs and vulnerabilities.
The are not vulnerabilities for the version 13.3.11 of the package @angular/core