Ant Design, a popular React UI library, released version 3.26.3, a minor update following version 3.26.2. While both versions share the same core functionality and components, a closer examination reveals nuanced changes likely aimed at bug fixes, performance improvements, and dependency updates. A key difference lies in the "rc-util" dependency, which shifts from version 4.10.0 to 4.16.1. This potentially signals enhancements or fixes within the underlying utility library used by Ant Design components. Furthermore, the "rc-dialog" dependency sees an update from version 7.5.2 to 7.6.0, and "rc-drawer" jumps from 3.0.0 to 3.1.1, implying improvements in dialog and drawer components. Developers integrating Ant Design should note these updates as they could affect specific component behaviors or introduce new features. Although the unpacked size is slightly different (51401115 vs 51392965), this detail usually doesn't affect directly the developer experience, and it probably is a consequence of the different changes. As a practice prior to updating their projects, developers should review the Ant Design changelog and test thoroughly for compatibility. These incremental changes in dependencies generally aim to provide a more stable and feature-rich experience for developers leveraging Ant Design in building enterprise-grade React applications. This release signifies Ant Design's commitment to actively developing and maintaining the library.
All the vulnerabilities related to the version 3.26.3 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.