Angular Core version 13.3.5 represents a minor patch release following version 13.3.4, both maintaining the core functionality of the Angular framework. Examining the metadata, key similarities are evident: both versions share the same dependencies, relying on tslib version ^2.3.0 for TypeScript helper functions. Their peer dependencies also remain consistent, specifying compatibility with rxjs versions ^6.5.3 || ^7.4.0 and zone.js version ~0.11.4. This indicates that the core APIs and expected external library integrations have not undergone breaking changes between these versions, preserving compatibility for existing Angular applications.
Furthermore, both packages are licensed under the MIT license, ensuring open-source usage and distribution. The repository information points to the official Angular GitHub repository, confirming the authenticity and source of the packages. The fileCount and unpackedSize attributes within the dist object demonstrate that the package structure and overall size are identical between the two versions.
The primary difference lies in the releaseDate. Version 13.3.5 was released on April 27, 2022, while version 13.3.4 was released on April 20, 2022. This suggests that version 13.3.5 likely includes bug fixes, performance improvements, or very minor feature enhancements implemented in the week separating the releases. For developers, upgrading from 13.3.4 to 13.3.5 should be a straightforward process with minimal risk of introducing breaking changes, offering a more stable and refined development experience.
The are not vulnerabilities for the version 13.3.5 of the package @angular/core