Ant Design (Antd) has been a popular choice for React developers needing an enterprise-class UI library. Comparing version 3.10.0 with its predecessor, 3.9.4, reveals subtle but significant enhancements. Both maintain the core philosophy of providing a comprehensive suite of UI components, but certain dependency updates and additions cater to evolving development practices. The most visible change relates to dependency versions. In antd@3.10.0, @ant-design/icons advances from ~1.1.5 to ~1.1.15 and @ant-design/icons-react is added (~1.1.1), representing an upgrade to the icon system, offering more diverse and refined visual elements. Another version bump on rc-select (from ~8.2.6 to ~8.3.0) and rc-switch (from ~1.7.0 to ~1.8.0) are also present, together with the upgrade to rc-input-number (from ~4.0.0 to ~4.1.0). Developers can benefit from these improvements by leveraging a richer icon set and more refined component behaviors. In terms of development dependencies, version 3.10.0 upgrades typescript (to ~3.1.1) and offers @types/react (^16.0.0) and @types/react-dom (^16.0.0). The new version is also released earlier in time (2018-10-01T17:02:08.128Z) compared to the previous version (2018-12-25T04:27:27.313Z).
All the vulnerabilities related to the version 3.10.0 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.