Angular Forms version 11.0.2 is a minor release in the Angular framework's forms module, building upon the foundation established by version 11.0.1. Both versions share the same core description: directives and services for creating forms, and rely on tslib for TypeScript helper functions. Key dependencies like rxjs and other Angular core modules (@angular/core, @angular/common, @angular/platform-browser) remain as peer dependencies, but are updated reflecting the correct version. The license is MIT for both versions. Although both versions have an identical file count and unpacked size which suggests that the changes is probably minimal, a crucial detail for developers is the release date. Version 11.0.2 was released a day after 11.0.1, suggesting that it likely addresses bug fixes or small improvements discovered shortly after the initial 11.0.1 release. For developers using Angular Forms, upgrading from 11.0.1 to 11.0.2 is recommended to ensure stability and benefit from any immediate post-release fixes. The changes are likely to be seamless, given the identical dependencies and unpacked size, but upgrading to the latest patch ensures developers are using the most up-to-date and stable version of the library. Always consult the official Angular changelog for detailed information on the specific changes included in the 11.0.2 release.
The are not vulnerabilities for the version 11.0.2 of the package @angular/forms