@storybook/addons package versions 6.1.10 and 6.1.9 offer developers a robust solution for extending Storybook's functionality. Both versions provide the core elements for building and managing addons, which enhance the Storybook UI and workflow. They share a common foundation, including essential dependencies like global, core-js, regenerator-runtime, and internal Storybook packages such as @storybook/api, @storybook/router, @storybook/theming, @storybook/channels, @storybook/core-events, and @storybook/client-logger. These dependencies ensure consistent behavior and access to Storybook's core APIs. Both also declare the same peer dependencies, requiring React and ReactDOM versions ^16.8.0 or ^17.0.0, to ensure compatibility with the user's React environment.
The key difference lies in the internal versions of the Storybook dependencies themselves. Version 6.1.10 updates these internal dependencies (like @storybook/api, @storybook/router, etc.) from 6.1.9 to 6.1.10. This increment suggests bug fixes, performance improvements, or new features within those individual packages are incorporated into the addon's framework. While the core API surface remains relatively stable, upgrading from 6.1.9 to 6.1.10 ensures developers benefit from the latest improvements within the Storybook ecosystem. The slight increase in unpacked size, from 56941 to 56948 bytes, also hints at code additions or modifications. Developers should upgrade to 6.1.10 to take advantage of the latest fixes and improvements available to the storybook addons.
The are not vulnerabilities for the version 6.1.10 of the package @storybook/addons