@storybook/addon-links versions 3.3.8 and 3.3.7 offer developers a way to create links between stories within their Storybook environment, enhancing navigation and showcasing relationships between different UI states. Both versions share a similar core functionality, providing a Story Links addon that utilizes dependencies like global, prop-types, and @storybook/components for creating interactive story connections.
The primary distinction lies in the specific version of @storybook/components they rely on. Version 3.3.8 depends on @storybook/components@^3.3.8, while version 3.3.7 depends on @storybook/components@^3.3.7. This suggests potential bug fixes, performance improvements or new features introduced within the component library that version 3.3.8 leverages.
Developers using React and React DOM (versions ^16.1.0) will find these addons compatible, as indicated in devDependencies. The peer dependencies specifying react, react-dom and @storybook/addons versions highlight the package's expected environment. Choosing between them depends on whether you want the latest enhancements to components (3.3.8) or prefer a slightly older, potentially more tested combination of packages represented by 3.3.7. Both options require Storybook addons version 3.3.0 or higher. The release dates also show a short time span of ~1 day between each other.
All the vulnerabilities related to the version 3.3.8 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.