@storybook/addon-links versions 3.3.9 and 3.3.8 represent incremental updates to Storybook's linking functionality, a feature essential for navigating between stories and constructing complex application flows within the Storybook environment. Examining the differences reveals subtle yet potentially impactful changes for developers.
The primary distinction lies in the dependencies. Version 3.3.9 depends on @storybook/components at version 3.3.9, while the earlier 3.3.8 relies on @storybook/components version 3.3.8. This suggests that version 3.3.9 includes updates or bug fixes within the Storybook component library. If you had any problems with the interface or visual glitches, upgrading from 3.3.8 might solve them.
Both versions share identical peer dependencies, requiring react, react-dom, and @storybook/addons at compatible versions, ensuring seamless integration within existing Storybook projects. The shared devDependencies indicate that both versions are tested and developed using the same set of tools, including react, enzyme, and shelljs, assuring developers of consistent quality and support.
For developers considering an upgrade, the key factor is whether they've encountered issues related to the @storybook/components package. If so, version 3.3.9 is a recommended update. Otherwise, the changes are likely minor and might not necessitate an immediate upgrade. The dates published may also helps you decide when the upgrade will be more appropriated. This addon is used to create links between your stories!
All the vulnerabilities related to the version 3.3.9 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.