Angular core version 13.2.3 represents a small but impactful update over its predecessor, version 13.2.2, offering subtle improvements for Angular developers. Released on February 17, 2022, this version builds upon the robust foundation of the Angular framework's core functionalities. While the core dependencies on tslib remain consistent at ^2.3.0, ensuring compatibility with existing TypeScript code, the peer dependencies also stay the same (rxjs at ^6.5.3 || ^7.4.0 and zone.js at ~0.11.4), indicating no breaking changes related to these crucial libraries.
The most notable difference lies in the unpacked size of the package, which sees a minor increase from 12,719,278 bytes in 13.2.2 to 12,734,884 bytes in 13.2.3. This suggests that the update primarily focuses on internal optimizations and bug fixes rather than introducing significant new features. Developers will likely experience enhanced stability and potentially slightly improved performance, especially in scenarios affected by resolved bugs. Given the file count remains constant at 335, the changes likely reside within existing modules, contributing to greater efficiency. Developers considering upgrading should prioritize testing to confirm that fixes in 13.2.3 do not adversily impact their Angular applications making sure the application is running smoothly, while the update promises a more reliable Angular core experience.
The are not vulnerabilities for the version 13.2.3 of the package @angular/core