Ant Design, a popular React UI library, released version 3.0.2, a minor update following version 3.0.1. Both versions aim to provide an enterprise-class user interface solution for React applications. A key difference lies in the updated dependencies of version 3.0.2: react-slick was updated from version ~0.15.4 to ~0.16.0 and array-tree-filter was updated from version ~1.0.0 to ^2.0.0. Besides those updates both versions share the same dependencies like moment, rc-form, and classnames, ensuring consistent core functionality for developers.
For developers, it is important to be aware of the update of react-slick and array-tree-filter. Notably, the core peer dependencies remain the same (react and react-dom both at >=16.0.0), meaning the update shouldn't require major adjustments for existing adopters already on React 16.
Both versions include a wide array of components like buttons, forms, menus, and more, designed to streamline development. These components are highly customizable, empowering developers to create visually appealing and functional web applications efficiently. With comprehensive documentation and active community support, Ant Design simplifies the process of building complex UIs, contributing to faster development cycles and improved user experiences. Both version 3.0.1 and 3.0.2 offer a robust set of tools for crafting modern React applications, with 3.0.2 providing some more recent dependency choices.
All the vulnerabilities related to the version 3.0.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.