Angular Forms versions 4.3.5 and 4.3.4 are both part of the Angular framework, providing developers with tools to create and manage forms within their Angular applications. Both versions, licensed under MIT, offer the core directives and services necessary for building robust and dynamic forms. A key difference lies in their peer dependencies - version 4.3.5 depends on @angular/core, @angular/common, and @angular/platform-browser version 4.3.5, while version 4.3.4 depends on their corresponding 4.3.4 versions. This indicates that 4.3.5 includes updates specifically designed to align with these core Angular modules.
Developers considering an upgrade from 4.3.4 to 4.3.5 should primarily focus on ensuring compatibility with their existing Angular application. While the dependency on tslib remains consistent at "^1.7.1" across both versions, the peer dependency change signify modifications or improvements in the forms module that leverage the updated core Angular functionalities. The release date difference shows 4.3.5 was released about a week after 4.3.4, hinting at a possible bug fix or minor enhancement that became necessary shortly after the previous release. Therefore, reviewing the Angular changelog for specific changes related to forms between these versions is highly recommended before upgrading. Staying up-to-date ensures optimal performance and access to the latest features and security patches.
The are not vulnerabilities for the version 4.3.5 of the package @angular/forms