@storybook/addon-links facilitates navigation between stories within your Storybook environment. Version 3.3.2 and 3.3.1 are closely related, both serving as Story Links addons and sharing a similar structure. Examining the differences is crucial for developers dependent on this addon for streamlined workflow.
The primary difference lies in the dependencies. While both versions depend on "global", "prop-types", "react", "enzyme", "shelljs", and "react-dom" at compatible versions, @storybook/components sees a change, moving from the 3.3.1 version to version 3.3.2. While the changes in storybook/components are not detailed here, this dependency update within the addon suggests possible enhancements, bug fixes, or feature additions incorporated within Storybook's component library that directly impact how links are managed and rendered.
Both versions support React and React-dom as peer dependencies. When upgrading to version 3.3.2, confirm compatibility with your existing project's React & React-dom versions.
This addon helps developers create links between stories, providing an improved user experience when browsing your storybook. The update to version 3.3.2 represents a potentially important update to the component management that allows stories to link correctly, and should be considered when keeping your Storybook up to date. The later release date suggests bug fixes or small improvements.
All the vulnerabilities related to the version 3.3.2 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.