@storybook/addon-links is a valuable tool for Storybook users, enabling the creation of direct links between stories, thus improving navigation and documentation within your component library. Comparing versions 3.4.3 and 3.4.2, the core functionality remains consistent, as both versions facilitate story linking. The primary distinctions lie in the internal dependencies and the release dates. Version 3.4.3, released on April 27, 2018, incorporates @storybook/components version 3.4.3, suggesting that it aligns with the broader Storybook ecosystem updates released around that time. Consequently, it can contain bug fixes and improvements for better compatibility. Version 3.4.2, released earlier on April 17, 2018, relies on @storybook/components version 3.4.2.
For developers, both versions provide the same API for creating links between stories. Upgrading from 3.4.2 to 3.4.3 is recommended because it contains the latest bug fixes, improvements, and enhancements, aligning with the most recent compatible Storybook components. The packages share peer dependencies on react, react-dom, and @storybook/addons, ensuring compatibility with existing Storybook projects that satisfy these dependencies. When choosing a version, developers should prioritize 3.4.3 which include internal dependency updates and a refreshed version of @storybook/components.
All the vulnerabilities related to the version 3.4.3 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.