@storybook/addon-links version 3.4.2 is a minor update to the Storybook addon for creating links between stories. Released on April 17, 2018, it builds upon the previous version, 3.4.1, released a week prior on April 10, 2018. Both versions share the same fundamental purpose: enhancing Storybook's navigation by enabling developers to create direct links within their stories, effectively connecting related narratives and use cases. This allows for a more interactive and understandable documentation experience.
A key difference lies in the dependencies: version 3.4.2 uses "@storybook/components":"3.4.2" while version 3.4.1 has "@storybook/components":"3.4.1". The significance of this change might be related to bug fixes or component-level improvements within the Storybook ecosystem that were addressed in the newer components package.
Developers utilizing @storybook/addon-links can leverage its features to build more cohesive and navigable Storybook instances. The addon facilitates creating relationships between stories, allowing users to seamlessly jump between related examples and understand the context of different components. This improved navigation enhances collaboration among designers, developers, and testers, fostering a more streamlined approach to UI development and documentation. The minimal change between versions suggests a focus on incremental improvements and stability, making 3.4.2 a potentially desirable upgrade for users of 3.4.1. The shared peer dependencies on react, react-dom, and @storybook/addons ensures compatibility within a broad range of Storybook projects.
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.