Angular Core version 13.3.3 represents a minor update to the core Angular framework, building upon the foundation laid by version 13.3.2. Both versions share the same fundamental description: "Angular - the core framework," indicating they are core components for building Angular applications. In terms of dependencies, both rely on tslib version ^2.3.0, ensuring compatibility with TypeScript helper functions. Similarly, their peer dependencies on rxjs (^6.5.3 || ^7.4.0) and zone.js (~0.11.4) remain constant, signifying that developers using those versions of RxJS and Zone.js can seamlessly upgrade. The license remains MIT, a permissive open-source license.
The subtle differences lie in the build details. Version 13.3.3 has a slightly larger unpacked size of 12,721,875 bytes compared to 12,720,068 bytes in 13.3.2. Both versions contain 335 files. The key differentiator is the release date: 13.3.3 was released on April 13, 2022, while 13.3.2 was released on April 6, 2022. This implies that 13.3.3 likely includes bug fixes and minor improvements implemented in the week following the release of 13.3.2. For developers, sticking to the latest version, 13.3.3, is generally recommended to receive the most up-to-date enhancements and fixes within the 13.3.x release cycle. The github repository is the same for both, which is expected.
The are not vulnerabilities for the version 13.3.3 of the package @angular/core