Angular Forms version 10.1.3 is a patch release focusing on stability and bug fixes for the Angular framework's forms module. Released on September 23, 2020, it builds upon the previous stable version, 10.1.2, released on September 16, 2020. While both versions share the same core description – providing directives and services for creating forms in Angular applications – and identical dependencies like tslib and peer dependencies on rxjs, @angular/core, @angular/common, and @angular/platform-browser, there are subtle differences.
Notably, the peer dependencies in version 10.1.3 point to the 10.1.3 versions of the core Angular packages, aligning the forms module with the latest patch release across the Angular ecosystem. The unpackedSize also differs slightly between the versions, with the latest version being 2631208 vs its predecessor version's 2631265, potentially indicating minor code changes or optimizations. Developers should upgrade to version 10.1.3 to benefit from the latest bug fixes and improvements, ensuring a more stable and reliable forms experience within their Angular applications. While no major new features are introduced in this patch, maintaining alignment with the latest compatible versions of Angular's core packages and libraries is crucial for optimal performance and continued support. The fileCount is the same on both versions.
The are not vulnerabilities for the version 10.1.3 of the package @angular/forms