Ant Design (antd) has released version 3.20.0, succeeding the previous stable version 3.19.8, bringing several updates beneficial to developers. The core dependencies remain largely consistent, ensuring stability and compatibility for existing projects. However, there are notable adjustments within the dependency versions and the introduction of new or updated packages. A key change is the update to @ant-design/icons from ~2.0.0 to ~2.1.0, indicating potential enhancements or additions to the icon set. Furthermore, rc-progress sees an update from ~2.3.0 to ~2.5.0, which might include bug fixes or new progress bar functionalities.
In the development dependencies, version 3.20.0 removes "majo":"^0.8.0", "unified":"^7.1.0", "ansi-styles":"^4.0.0", "remark-cli":"^6.0.1", "remark-lint":"^6.0.4", "remark-parse":"^6.0.3", "remark-stringify":"^6.0.4", "remark-frontmatter":"^1.3.1", "remark-yaml-config":"^4.0.3", and "remark-preset-lint-recommended":"^3.0.2" These packages are likely related to documentation or linting, suggesting potential changes in the development or documentation process. There is a significant update to "eslint-plugin-react" from "~7.13.0" to "^7.14.2". Developers should also note the increase in file count and unpacked size. These changes highlight ongoing efforts to refine the library, offering developers an improved experience with added features, optimized performance, and enhanced documentation tools.
All the vulnerabilities related to the version 3.20.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.