@storybook/addon-links versions 5.3.5 and 5.3.4 are both Storybook addons designed to facilitate navigation between stories, providing a convenient way for users to jump between different parts of your component library documentation. They share a common foundation, including dependencies like qs for query string parsing, global for accessing the global context, core-js for polyfilling modern JavaScript features, ts-dedent for cleaner template literals, and prop-types for runtime type checking. They also depend on core Storybook packages such as @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger, ensuring seamless integration within the Storybook environment. Both versions declare react as a peer dependency, signifying their compatibility with any React version.
The primary difference lies in the internal dependencies and the release dates. Version 5.3.5 uses dependencies @storybook/addons":"5.3.5","@storybook/router":"5.3.5","@storybook/core-events":"5.3.5","@storybook/client-logger":"5.3.5", whereas version 5.3.4 uses @storybook/addons":"5.3.4","@storybook/router":"5.3.4","@storybook/core-events":"5.3.4","@storybook/client-logger":"5.3.4". Version 5.3.5 was released approximately 13 hours after version 5.3.4, suggesting that 5.3.5 likely includes bug fixes or minor improvements over 5.3.4. Because of the fast release time, the updates are likely internal and will provide a better experience, so developers should use 5.3.5.
The are not vulnerabilities for the version 5.3.5 of the package @storybook/addon-links