Ant Design library sees a minor version bump from 3.20.3 to 3.20.4, introducing subtle yet important changes for React developers seeking enterprise-class UI components. Both versions share the same core mission and maintain peer dependencies on React and React DOM versions 16.0.0 or greater, ensuring compatibility with modern React projects.
A key difference lies in dependency updates. Version 3.20.4 upgrades "lodash" from 4.17.11 to 4.17.13, and "rc-dialog" from 7.4.0 to ~7.5.2, potentially bringing bug fixes, performance improvements, or new minor features within those components. For developers, this means potentially benefiting from the refinements of these underlying dependencies without major breaking changes. Also, the "rc-drawer" dependency versions sees a change from ~1.10.1 to ~2.0.1 and rc-select from ~9.1.4 to ~9.2.0.
Developers should note that this version update involves changes in dependencies. Reviewing the changelogs for lodash, rc-dialog, rc-drawer and rc-select to understand the specific enhancements and potential impact on their implementations is very important. While the majority of the development dependencies remain the same, highlighting stability in the build and testing environment, developers should always perform thorough testing after upgrading to ensure seamless integration with their existing codebase. The library still exports under the MIT license.
All the vulnerabilities related to the version 3.20.4 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.