Angular core version 13.3.6 represents a minor update over its predecessor, version 13.3.5, within the Angular framework. Both versions share the same fundamental characteristics: they are described as the core framework of Angular and maintain core dependencies on tslib (version ^2.3.0). They also share the same peer dependencies on rxjs (version ^6.5.3 || ^7.4.0) and zone.js (version ~0.11.4), indicating compatibility requirements with these external libraries for proper functionality.
Crucially, the file count (335) and unpacked size (12734256 bytes) within the distribution archives are identical, suggesting no significant changes to the overall code volume or structure between the two versions. The primary difference lies in their release dates: version 13.3.6 was released on May 4, 2022, while version 13.3.5 was released on April 27, 2022. This indicates a roughly one-week gap between releases.
For developers, this likely signifies that version 13.3.6 contains bug fixes, performance improvements, or minor feature enhancements accumulated during that week. Although the core dependencies and structure remain consistent, upgrading to the latest version is generally recommended to benefit from these improvements if any. Reviewing the official Angular changelog or release notes associated with version 13.3.6 is essential to identify the specific alterations implemented and determine their relevance to individual projects. Also, for potential developers, these versions are stable and ready to be used in production.
The are not vulnerabilities for the version 13.3.6 of the package @angular/core