@storybook/addon-links, a crucial tool for enhancing Storybook navigation, saw a minor version update from 3.3.6 to 3.3.7. While both versions maintain the core functionality of adding story links to your Storybook environment, allowing for seamless transitions between different stories and use cases, a closer look reveals key distinctions that developers should note.
The primary difference lies in the dependencies. Version 3.3.7 upgrades the @storybook/components dependency to 3.3.7, aligning it with the core Storybook ecosystem and likely incorporating visual or functional improvements from that component library. This update suggests enhanced UI elements or refined interactions within the addon's link display. Both versions list identical development dependencies, including react, enzyme, shelljs, and react-dom, indicating similar testing and build processes. The peer dependencies for react, react-dom and @storybook/addons remain consistent, ensuring compatibility with existing Storybook setups. Developers upgrading should verify that this new component version doesn't introduce any breaking changes in their custom themes or styling overrides.
The upgrade ensures better integration with the broader Storybook environment and incorporates any bug fixes and enhancements present in the corresponding components package. The release date difference suggests a quick turnaround for the newer version, potentially indicating a response to a bug fix or a minor feature addition spotted soon after the initial release. In summary, moving from 3.3.6 to 3.3.7 is suggested, it mainly ensures compatibility and incorporates recent improvements.
All the vulnerabilities related to the version 3.3.7 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.