Angular core version 13.3.2 represents a minor update to the foundational Angular framework, building upon the solid base of version 13.3.1. Both versions share the same core dependencies, relying on tslib for TypeScript helper functions and maintaining peer dependency compatibility with rxjs versions 6.5.3 or 7.4.0, and zone.js version 0.11.4. This ensures continued compatibility with existing Angular projects utilizing these libraries. The core functionality and licensing (MIT) remain consistent between the two versions. The repository details also confirm they both originate from the same Angular GitHub repository.
The key difference lies in the dist property, specifically the unpackedSize. Version 13.3.2 has an unpacked size of 12,720,068 bytes, slightly larger than version 13.3.1's 12,715,361 bytes. The minor update suggests bug fixes, performance improvements, or very small feature additions rather than breaking changes that would warrant a major or minor version bump justifying the 4.7 KB increase. Developers can likely upgrade from 13.3.1 to 13.3.2 seamlessly without encountering significant issues or needing to adapt their code due to breaking changes. Furthermore, the release date indicates that version 13.3.2 came out roughly a week after version 13.3.1, suggesting it might be a quick follow-up release addressing immediate concerns discovered in the previous version, making it the preferable stable version to use.
The are not vulnerabilities for the version 13.3.2 of the package @angular/core