@storybook/addon-links provides a simple way to create links between stories within your Storybook, enhancing navigation and demonstrating relationships between different UI states. Version 3.3.15 is a patch release over the previous stable version, 3.3.14, primarily focusing on internal dependency updates and refinements rather than introducing major new features.
The key difference lies in the updated dependency on @storybook/components from version 3.3.14 to 3.3.15. This suggests improvements or bug fixes within the Storybook component library itself, which could manifest as subtle UI enhancements or performance improvements within the addon-links' UI elements. While the core functionality of creating story links remains the same, users upgrading to 3.3.15 benefit from these underlying fixes and optimizations in the internal dependencies. The unpacked size changed slightly (22945 to 22749), it can be caused by these optimizations.
Developers using Storybook should consider upgrading to the latest patch version, 3.3.15, to ensure they are leveraging the most stable and performant version of the addon. While the changes may not be immediately visible, these incremental updates contribute to a more robust and efficient Storybook experience. The peer dependencies, like react, react-dom, and @storybook/addons, remain compatible, ensuring a smooth upgrade process for existing projects.
All the vulnerabilities related to the version 3.3.15 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.