@storybook/addon-links versions 3.4.1 and 3.4.0 offer developers a straightforward way to create internal navigation within their Storybook UI, enhancing the user experience for component browsing and documentation. Both versions provide the essential functionality for linking stories together, allowing users to jump between related components and scenarios seamlessly. Developers appreciate the ease with which they can connect different aspects of their UI library, improving discoverability and enabling a more intuitive exploration of available components.
The key distinctions between the two versions lie in subtle updates and bug fixes incorporated in version 3.4.1, released on April 10, 2018, compared to version 3.4.0, released on March 30, 2018. While the core dependencies like global, prop-types, and babel-runtime remain consistent, with corresponding peer dependencies on react, react-dom, and @storybook/addons, the bump from 3.4.0 to 3.4.1 suggests that the newer version addresses potential issues or introduces minor improvements. Notably, the dependency @storybook/components is also aligned with the respective Storybook version in each release. For developers aiming for stability and the latest refinements, upgrading to version 3.4.1 is generally recommended to leverage any bug fixes or performance enhancements introduced since version 3.4.0. Both versions are licensed under the MIT license and available through npm.
All the vulnerabilities related to the version 3.4.1 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.