@storybook/addon-links version 3.4.12 is a minor update to the popular Storybook addon for creating links between stories. Comparing it to the previous stable version, 3.4.11, the core functionality of facilitating story navigation remains consistent. Both versions rely on the same peer dependencies, ensuring compatibility with React, React DOM, and the core @storybook/addons package. Developers using either version will find they need the same peer dependencies.
The key difference lies in an updated dependency of @storybook/components from version 3.4.11 to 3.4.12. This suggests that the user interface components within the addon might have received bug fixes, visual tweaks, or minor enhancements. While the code related to react and enzyme (used for testing) did not change. It appears that the core structure, dependencies like global, prop-types, and babel-runtime, and the overall file size remained stable. From a practical standpoint, most users might not notice substantial changes unless they were experiencing specific UI glitches in the earlier version or were actively leveraging specific components from @storybook/components. A notable aspect of the newer version is a much later release date implying a potential bug fix. Essentially, 3.4.12 provides a refined and potentially more stable experience for navigating stories through links without introducing breaking changes or requiring significant code adjustments.
All the vulnerabilities related to the version 3.4.12 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.