Angular core version 13.0.1 represents a minor update to the Angular framework, building upon the foundation laid by version 13.0.0. Both versions share the core functionality expected by Angular developers, including features for building dynamic web applications, dependency injection, and component-based architecture. Both versions depend on tslib version ^2.3.0. Their peer dependencies are also the same , requiring rxjs version ^6.5.3 or ^7.4.0 and zone.js version ~0.11.4. This indicates compatibility with existing Angular projects using these libraries.
The critical difference lies primarily in bug fixes and potential performance improvements introduced in version 13.0.1. While the core features remain consistent, developers can anticipate a more refined and stable experience with the newer version. The file count remains the same at 348 files. However, the unpacked size of version 13.0.1 is slightly smaller at 14645367 compared to 14648318 in version 13.0.0, potentially indicating optimizations in the codebase or the removal of redundant elements.
For developers adopting Angular, staying updated to the latest minor version is generally recommended to benefit from these fixes and enhancements. When upgrading from 13.0.0 to 13.0.1 the effort should be minimal. Angular's commitment to providing backward compatibility usually ensures smooth transitions with minor version bumps, minimizing disruptions to existing projects. Developers should always consult the official Angular changelog for a detailed list of specific changes and guidance before updating.
The are not vulnerabilities for the version 13.0.1 of the package @angular/core