Ant Design (antd) version 3.10.2 represents a minor update over its predecessor, 3.10.1, focusing on refinements and bug fixes within this popular React UI library. While the core functionality remains consistent, developers should note a subtle shift in dependency versions. Notably, rc-input-number jumped from version ~4.1.0 in 3.10.1 to ~4.3.0 in 3.10.2, and react-slick went from ~0.23.1 to ~0.23.2. These changes likely indicate updates or patches within those components. The file count in the distributed package slightly decreased from 1921 to 1919 signifying the removal of some files or potentially refactoring. However, the unpacked size of 3.10.2 is significantly smaller (29171827) than 3.10.1 (47332726) which indicates significant improvements with the new version. This is a great update to the library. For developers already using antd 3.10.1, upgrading to 3.10.2 should be relatively seamless, given the minor version increment. However, it's always advisable to review the changelogs for rc-input-number,and react-slick to understand the specific changes incorporated and ensure compatibility with their existing code. The library provides a comprehensive suite of components adhering to a consistent design language, making it a valuable tool for building enterprise-class React applications efficiently.
All the vulnerabilities related to the version 3.10.2 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.