@storybook/addon-links version 3.3.5 is a minor update to the Storybook addon that allows developers to create links between stories, providing a more navigated and interactive documentation experience. Released shortly after version 3.3.4, the primary difference lies in the updated dependency on @storybook/components. Version 3.3.5 relies on @storybook/components version 3.3.5 while the previous version 3.3.4 depends on @storybook/components version 3.3.4. For developers, this is crucial for ensuring compatibility and leveraging the latest UI improvements within the Storybook environment. Both versions share the same core functionality – linking stories together – and dependencies for react, react-dom, and prop-types.
The peer dependencies remains unchanged, requiring react, react-dom, and @storybook/addons to be installed in the user's project. This consistency assures that upgrading from 3.3.4 to 3.3.5 should be straightforward. Developers using Storybook can use @storybook/addon-links to simplify how users navigate and understand the various application states. The package includes the necessary components for defining connections between stories, improving documentation and streamlining the development workflow. Developers should always prefer the latest version to benefit from bug fixes and improvements included in the latest @storybook/components dependency.
All the vulnerabilities related to the version 3.3.5 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.