@storybook/addon-links versions 3.3.4 and 3.3.3 offer developers a simple way to create navigation links between stories in their Storybook environment, enhancing the user experience and making story exploration more intuitive. Both versions share the same core functionality, providing the ability to link stories together. Under the hood, they both utilize libraries like "global" for managing global variables, and "prop-types" for type checking, ensuring consistent behavior across different environments. Developers familiar with React will appreciate the tight integration, which relies on React and React DOM as peer dependencies, alongside "@storybook/addons".
The key difference between the two lies in their internal dependencies. Version 3.3.4 upgrades the dependency "@storybook/components" from version 3.3.3 to 3.3.4. This likely introduces subtle UI enhancements, bug fixes, or performance improvements within the Storybook component library itself. While the effect on the Link addon might not be immediately visible, using version 3.3.4 ensures that developers are using the latest and greatest Storybook components, resulting in a more robust and streamlined overall experience. For developers keen on staying current with Storybook's ecosystem, upgrading to 3.3.4 is the recommended approach. As the peer dependencies remain the same, upgrading should be straightforward for existing users of the addon.
All the vulnerabilities related to the version 3.3.4 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.