@storybook/addon-links versions 3.4.7 and 3.4.6 are both Storybook addons designed to facilitate navigation between stories within your Storybook instance. Developers use this addon to create links within stories that jump to other stories, offering a more connected and user-friendly documentation experience. Examining the metadata, the core functionality remains consistent between the two versions. Both rely on the same core dependencies like global, prop-types, and babel-runtime for their internal workings, and share the same peer dependencies (react, react-dom, @storybook/addons) ensuring compatibility with common React setups and Storybook environments. Development dependencies including react, enzyme, react-dom, and @storybook/react are also aligned further suggesting minimal underlying changes.
However, the key difference lies in their release dates. Version 3.4.7 was published on June 10, 2018, while version 3.4.6 was released on May 27, 2018. This time difference suggests that version 3.4.7 likely includes bug fixes, minor improvements, or dependency updates, particularly within the @storybook/components dependency, which ticked from "3.4.6" to "3.4.7". For developers, upgrading to version 3.4.7 is generally recommended to benefit from the latest refinements and potentially enhanced stability of the Storybook addon within their projects. The unpacked size and file count are identical signaling that the core architecture has not been modified and no new features or files have been introduced when comparing both packages.
All the vulnerabilities related to the version 3.4.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.