Angular Forms version 10.1.0 represents an incremental update over the previous stable release, version 10.0.14. While the core functionality remains consistent, indicated by the shared description of providing "directives and services for creating forms," several subtle differences are noteworthy for developers. Both versions rely on the same tslib dependency for TypeScript helpers, signifying a stable foundation for code generation and compatibility. The peer dependencies, crucial for integrating with the Angular ecosystem, exhibit a shift. Version 10.1.0 depends on @angular/core, @angular/common, and @angular/platform-browser at version 10.1.0, a clear upgrade from the 10.0.14 dependencies required by the older release. This implies that developers upgrading to @angular/forms@10.1.0 should also update these core Angular packages to maintain compatibility.
Beyond the dependency nuances, the dist object reveals some variations. While both contain 48 files, the unpacked size of version 10.1.0 is slightly larger at 2,631,265 bytes compared to 2,630,373 bytes in 10.0.14. This small increase likely reflects bug fixes, performance improvements, or minor feature additions included in the newer release. The release date also offers a perspective with version 10.1.0 released on 2020-09-02, approximately one week after version 10.0.14. Therefore, developers should prioritize upgrading to version 10.1.0 to leverage the latest enhancements and bug fixes, while ensuring their core Angular dependencies are updated accordingly to maintain a cohesive application.
The are not vulnerabilities for the version 10.1.0 of the package @angular/forms