Ant Design, a popular React UI library, released version 2.13.10 shortly after 2.13.9, offering subtle refinements and bug fixes. Both versions maintain the same core dependencies, ensuring a consistent experience for developers relying on foundational libraries like moment, rc-form, and classnames. The developer tooling also remains largely consistent from eslint and jest to bisheng.
A key difference lies within the @types/react package. In version 2.13.9 it's set to ^15.0.38, while in 2.13.10 it's updated to ^16.0.21. This indicates improved TypeScript support for React 16 features and potentially enhanced type safety when working with the library in TypeScript projects. The releasedate attribute indicates an updated version with only a couple of days in between, confirming that the new release is focussed on bug fixing and support for newer @types/react
For developers already using Ant Design, upgrading from 2.13.9 to 2.13.10 is recommended, especially if they are using Typescript. The update promises greater compatibility with more recent React typings. New users can confidently choose either version, but 2.13.10 is the better choice due to the support for the latest type definitions. Both releases solidify Ant Design's position as a robust choice for building enterprise-grade React applications.
All the vulnerabilities related to the version 2.13.10 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.