Ant Design (antd) has released version 3.26.5, succeeding the previous stable version 3.26.4. Both versions maintain the core offering of enterprise-class UI components built for React applications. Analyzing the package data, the dependencies remain largely consistent between the two versions, indicating a focus on stability and incremental improvements. Developers familiar with antd 3.26.4 can upgrade to 3.26.5 with minimal disruption, as there are no significant changes in core dependencies like react, react-dom, lodash, or moment.
One notable difference is the increase in the unpackedSize of the distribution, suggesting potential additions like new assets, refined components, or optimized code. While the specific changes contributing to this size increase aren't immediately apparent within the provided data, the releaseDate on version 3.26.5, dated several days after 3.26.4, suggests bug fixes, minor enhancements, or dependency updates were part of the release. Developers should check the official release notes for a detailed breakdown of the changes, focusing on any fixes or new features that address their specific needs. The consistency in peer dependencies (react and react-dom requiring versions >=16.0.0) ensures compatibility for a wide segment of React developers. Version 3.26.5 is recommended for ongoing projects to benefit from potential bug fixes and enhancements, while reviewing the change log helps developers leverage new additions effectively.
All the vulnerabilities related to the version 3.26.5 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.