@storybook/addon-links provides a straightforward way to create links between stories within your Storybook, enhancing navigation and showcasing relationships between different UI states or components. Comparing versions 3.4.6 and 3.4.5 reveals subtle, yet important changes for developers maintaining or upgrading their Storybook environments. While the core functionalities remain consistent, evidenced by identical dependency structures for packages like global, prop-types, and babel-runtime, the version bumps within @storybook/components and @storybook/react are noteworthy. Version 3.4.6 uses @storybook/components":"3.4.6" and @storybook/react":"3.4.6" while the previous one references version 3.4.5
Notably both versions share the same peer dependencies, requiring react, react-dom, and @storybook/addons versions to be compatible, ensuring smooth integration with existing Storybook setups. The distribution sizes, unpacked size and file count also remain constant implying that code has not changed much between the two versions. The crucial difference lies in the release dates and internal version alignment with other Storybook packages. The shift from version 3.4.5 (released May 17, 2018) to 3.4.6 (released May 27, 2018) indicates bug fixes, performance improvements, or feature enhancements bundled within the coinciding @storybook/components and @storybook/react releases. Developers should upgrade to 3.4.6 to benefit from these latest enhancements and maintain compatibility across the Storybook ecosystem, ensuring a consistent and reliable development experience. The update ensures you're running the most refined version of the addon within your storybook.
All the vulnerabilities related to the version 3.4.6 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.