Angular Forms version 10.0.3 is a subsequent release to version 10.0.2, offering developers an updated set of directives and services for building robust and dynamic forms within Angular applications. Both versions share the same core description, serving as fundamental building blocks for form creation. Notably, both depend on tslib version ^2.0.0 for TypeScript helper functionalities and maintain identical peer dependencies: rxjs version ^6.5.3, alongside angular core, common and platform-browser packages at their respective versions.
A key difference lies in the version numbers of the angular's peer dependencies. Version 10.0.3 requires @angular/core, @angular/common, and @angular/platform-browser at version "10.0.3", while the previous version requires "10.0.2".
File count and unpacked size remain consistent in both versions. However, the release dates mark a clear distinction. Angular Forms 10.0.3 was released on July 8th, 2020, while version 10.0.2 was released on June 30th, 2020, indicating a relatively short interval between these releases. Developers should always prioritize using the latest available patch to benefit from fixes. While the core functionality remains the same, upgrading from 10.0.2 to 10.0.3 ensures compatibility and avoids potential compatibility conflicts with other Angular packages. Both versions remain MIT licensed and share the same Git repository origin.
The are not vulnerabilities for the version 10.0.3 of the package @angular/forms