@storybook/addon-links versions 3.4.8 and 3.4.7 provide the essential "Story Links" functionality for Storybook, enabling seamless navigation between stories within your component library. Both versions share the same core dependencies, including global, prop-types, and babel-runtime, ensuring compatibility with common JavaScript environments. They also utilize @storybook/components for UI elements, integrating smoothly within the Storybook ecosystem. For development and testing, both rely on react, enzyme, react-dom, and @storybook/react.
The primary difference between these versions lies in their @storybook/components dependency which has been updated to version 3.4.8 in the newer package, along with the version of @storybook/react. The peer dependencies remain the same, requiring react, react-dom, and @storybook/addons to function correctly. If you're using @storybook/react it's usually better to use the same version for all the @storybook dependencies.
While the unpacked size and file counts remain the same, version 3.4.8 was released approximately eleven days after 3.4.7. While the changes seems minimal using version 3.4.8 ensures you're benefiting from the latest bug fixes and improvements within the Storybook component ecosystem, potentially enhancing stability and developer experience when creating and linking stories. This update ensures you're aligning with the broader Storybook environment for robust story composition and library navigation.
All the vulnerabilities related to the version 3.4.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.