Ant Design, a popular React UI library, saw a minor version bump from 3.5.0 to 3.5.1 introducing subtle yet potentially important changes for developers. Both versions maintain the same core dependencies, ensuring a smooth transition. The differences lie primarily in the updated versions of certain internal components. Specifically, rc-select was updated from version ~8.0.1 to ~8.0.7 in the newer release. This suggests bug fixes and minor feature enhancements within the select component that could improve the user experience or address specific edge cases.
Furthermore, upgrading react-dom to >=16.3.2. from >=16.0.0 could imply fixes that addresses compatibility or performance issue when compared to past React versions.
The dist objects reflect differences in the packed size. Version 3.5.1, with a unpackedSize of 38796787, is slightly larger than version 3.5.0 (38783306) because of the additional functionality of a newer rc-select and react-dom. For existing antd users, upgrading to 3.5.1 is likely a safe move, bringing incremental improvements without major breaking changes, while new users can benefit from the project in its newer more polished shape. Developers should always review release notes for detailed lists before upgrading.
All the vulnerabilities related to the version 3.5.1 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.