Ant Design (antd) is a popular enterprise-class UI design language and React-based implementation. Comparing versions 2.13.3 and 2.13.4 reveals subtle but important updates for developers using this library. Both versions maintain the same core dependencies like moment, rc-form, and rc-menu, ensuring continued compatibility and functionality for existing components. Peer dependencies for react and react-dom also remain consistent, supporting versions 0.14.0 or greater than/equal to 15.0.0.
The primary difference lies in the updated version of rc-animate within the dependencies, shifting from version 2.3.6 to 2.4.1. This likely addresses bug fixes or performance improvements related to animations within Ant Design components. Developers relying heavily on animated transitions or effects within their UI should benefit from this upgrade. Furthermore, the release date differs, showcasing that version 2.13.4 was released on September 29, 2017, subsequent to version 2.13.3, which was released a week before on September 22, 2017. The devDependencies include testing and building tools for the library, such as Enzyme, Jest, and Bisheng. Developers looking for incremental improvements and potential animation-related fixes should consider upgrading to version 2.13.4.
All the vulnerabilities related to the version 2.13.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.