@storybook/addon-links versions 3.3.12 and 3.3.13 represent incremental improvements to this Storybook addon, enabling developers to create seamless navigation between stories within their Storybook environment. Both versions share the core functionality of linking stories for enhanced documentation and user experience. Key features include utilizing global, prop-types, and @storybook/components as dependencies to ensure compatibility and maintainability within the Storybook ecosystem. They also rely on react and react-dom as peer dependencies, offering flexibility in React versions used by projects integrating the addon, and require @storybook/addons for base functionality.
The notable difference between the two versions lies in the dependency @storybook/components, which is updated from version "3.3.12" to "3.3.13". This update likely incorporates bug fixes, performance enhancements, or minor feature additions within the Storybook component library. While the changes may not be drastic, developers upgrading to 3.3.13 can expect a more refined and stable component experience when building and interacting with story links. Furthermore, version 3.3.13 presents an enhanced release date, signifying a refinement to the initial published version. Although the specific changes might be subtle, staying up-to-date promotes code health. Both versions maintain the MIT license, signifying its open-source nature, encouraging contributions and usage within a wide range of projects and both versions are available trought the npm registry.
All the vulnerabilities related to the version 3.3.13 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.