Angular Forms version 10.0.14 presents a subtle yet crucial update over its predecessor, version 10.0.13. While both versions maintain the core functionality of providing directives and services for streamlined form creation within Angular applications, a close examination reveals key distinctions. Both versions share identical descriptions, dependencies on tslib version ^2.0.0, and peer dependencies on rxjs version ^6.5.3. However, the @angular/core, @angular/common, and @angular/platform-browser peer dependencies reflect the version bump, shifting from 10.0.13 in the older version to 10.0.14 in the newer one.
The most apparent change lies in the version number itself (10.0.13 -> 10.0.14) and the release dates. Version 10.0.14 was released on August 26, 2020, at 18:46:31.338Z, while version 10.0.13 was released earlier on the same day at 17:35:26.362Z. This suggests a quick follow-up release, likely addressing bug fixes or minor improvements discovered shortly after the initial 10.0.13 release. Developers should note that these minor version updates typically contain non-breaking changes (bugfixes and small features), making the upgrade process effortless. Both versions offer a similar file structure and unpacked size which reinforces the minor scope of the release. For Angular developers, opting for version 10.0.14 ensures utilizing the most up-to-date and potentially more stable iteration of the forms library within a 10.x.x Angular project.
The are not vulnerabilities for the version 10.0.14 of the package @angular/forms