@storybook/addon-links versions 5.0.9 and 5.0.10 represent incremental updates to the Storybook ecosystem, providing developers with tools to create seamless navigation between stories. Version 5.0.10, released on April 18, 2019, follows closely on the heels of version 5.0.9, which was released on April 17, 2019. Both versions include essential dependencies like qs for query string parsing, global for environment detection, core-js for JavaScript polyfills, prop-types for runtime type checking, and common-tags for template literal manipulation. They also share a peer dependency on react, indicating their intended use within React-based Storybook projects.
The key difference lies in the internal dependencies on other Storybook packages. Version 5.0.9 depends on @storybook/addons and @storybook/core-events at version 5.0.9 while version 5.0.10 upgrades these dependencies to version 5.0.10. Developers should note this upgrade is probably related to bug fixing or minor functionality enhancements within the addons and core-events modules that may or may not be directly visible when working with the addon-links package. The small jump in unpackedSize from 44311 to 44314 bytes may suggest the inclusion of additional code or assets within the updated dependencies. This minor update aims to improve the stability and integration of Story Links within the broader Storybook environment. If you are using storybook, consider upgrading for the latest fixes and improvements.
The are not vulnerabilities for the version 5.0.10 of the package @storybook/addon-links