Ant Design version 3.3.2 is a minor update to the popular React UI library, building upon version 3.3.1. Both versions are enterprise-class UI design languages with React-based implementations, offering a rich set of pre-built components for building modern web applications. The core dependencies, including Lodash, Moment.js, and various rc-* components for specific functionalities like forms, menus, and calendars, remain largely the same, ensuring a consistent development experience. React and React DOM are peer dependencies, requiring developers to use versions 16.0.0 or higher.
The key difference between the two versions lies in a minor update to the rc-pagination dependency. Version 3.3.1 used rc-pagination with version ~1.15.0 while version 3.3.2 upgrades it to ~1.16.0. And that is the only difference between the 2 version. For developers, this update likely brings bug fixes and potentially new features or improvements to the pagination component. Considering the minor version bump, the update should be relatively safe and straightforward to integrate into existing projects. When upgrading, developers can expect improvements to the pagination component, potentially affecting its behavior or styling. It is recommended to review the changelog for rc-pagination version 1.16.0 to understand the specific changes and ensure compatibility with their application's existing pagination implementation. The unpacked size is slightly bigger, from 37113860 to 37332095, but the file count remains the same. Finally, version 3.3.2 was released five days after version 3.3.1.
All the vulnerabilities related to the version 3.3.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.