Ant Design (antd) is a popular React UI library, offering a wide range of pre-built, enterprise-class components. Comparing versions 3.6.1 and 3.6.2 reveals subtle yet important evolutionary steps for developers. Both versions share the core philosophy of providing a robust design language and React implementation. The dependencies are largely similar, including crucial libraries like lodash, moment, and rc- components. The peer dependencies specify compatibility with React and React DOM versions 16.0.0 or higher in both cases.
The key differences lie mainly in the devDependencies ,the releaseDate and the dist section. For instance, in the newer version, eslint-plugin-react got updated to version 7.9.1 while in the older version it was 7.8.2 and offline-plugin changed from a github repo reference to a standard plugin. These updates likely address minor bug fixes and potential enhancements for developers contributing to or extending the library but are useful for developers that use the library since it improves stability. Furthermore, version 3.6.2 benefits from the latest bug fixes and improvements made before its release date (2018-06-10) in contrast to the older version (2018-06-02). While the file count remains the same, a slight increase in the unpacked size from 38681007 to 38703733 suggests potential additions or refinements to existing components. Developers should choose the newer due to enhanced stability and minor improvements with the lastest version being 3.6.2
All the vulnerabilities related to the version 3.6.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.