Ant Design version 3.4.2 represents a minor iteration over its predecessor, version 3.4.1, primarily focusing on dependency updates and potential bug fixes to enhance stability and developer experience. While the core functionality and features remain consistent between the two versions, developers should be aware of subtle changes in the underlying libraries.
A key distinction lies in the updated dependencies. Notably, react-slick has been upgraded from version ~0.22.3 to ~0.23.1, potentially introducing new features or bug fixes within the carousel component. Several development dependencies also received updates, including majo, and stylelint, suggesting improvements in the development workflow, code quality checks, and build processes.
The dist object indicates slight differences in the packaged size, with version 3.4.2 showing a minor increase in both fileCount and unpackedSize. This could be attributed to the updated dependencies and any accompanying assets or code modifications. Developers should also note the different release dates, with version 3.4.2 being released approximately two weeks after version 3.4.1. As a general recommendation, carefully evaluate the changelogs of the updated dependencies if upgrading.
All the vulnerabilities related to the version 3.4.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.