Angular Forms has seen a minor version update, moving from version 13.1.3 to 13.2.0. Both versions offer directives and services crucial for building forms within Angular applications. Examining the metadata reveals that while the core functionality remains consistent, a few notable changes exist.
The dependency on tslib remains unchanged at "^2.3.0", ensuring TypeScript helper functions are compatible. The peer dependencies paint a clearer picture of required Angular versions. Version 13.2.0 mandates @angular/core, @angular/common, and @angular/platform-browser at version "13.2.0", whereas version 13.1.3 requires the "13.1.3" counterpart versions, underscoring the importance of keeping the Angular framework and its modules aligned. Both versions maintain compatibility with rxjs versions "^6.5.3 || ^7.4.0".
A subtle difference lies in the dist section. While the fileCount is the same (45), the unpackedSize increases from 2,347,662 bytes in 13.1.3 to 2,360,427 bytes in 13.2.0. This suggests that the 13.2.0 release includes additions or modifications that expand the overall size of the package, potentially consisting of new features, bug fixes, or performance improvements. The releaseDate gives insights into the recency of each release, with 13.2.0 having been released more recently than 13.1.3. Developers should upgrade to 13.2.0 especially if they are using other 13.2.0 packages to keep consistency across all angular modules and obtain any bug fixes or performance improvements included.
The are not vulnerabilities for the version 13.2.0 of the package @angular/forms