@storybook/addon-links, a vital tool for creating interconnected storybooks, saw a minor version update from 4.1.3 to 4.1.4 in late December 2018. While seemingly small, this update includes changes that contribute towards a more cohesive and efficient development experience for Storybook users. The primary difference between the two lies within the dependencies. Version 4.1.4 requires "@storybook/addons," "@storybook/components," and "@storybook/core-events" at version "4.1.4" while version 4.1.3 required the 4.1.3 version of the same packages. This alignment ensures compatibility and smooth interaction between the addon and core Storybook functionalities.
For developers, this means a more predictable and reliable environment, minimizing potential conflicts arising from version mismatches. Both versions share the same dependencies on "global," "core-js," and "prop-types," ensuring the core functionality and browser compatibility remains consistent. Both versions declare React as a peer dependency. This indicates that the addon is designed to seamlessly integrate with existing React projects, avoiding potential conflicts by relying on the React version already present in the project. The package size and file count remain identical between the two versions, suggesting that the changes were focused on internal dependency updates rather than new feature additions or extensive code modifications.
The are not vulnerabilities for the version 4.1.4 of the package @storybook/addon-links