@storybook/addon-actions versions 6.3.1 and 6.3.0 offer developers a valuable tool for gaining UI feedback during interactions with interactive elements in Storybook stories. Both versions share the same core functionality, empowering developers to easily display actions triggered within their components, enhancing the debugging and development workflow. Key dependencies like global, lodash, core-js, polished, ts-dedent, and prop-types are consistent across both versions, ensuring a stable foundation. They both share peer dependencies react and react-dom, so they have the same compatibility.
The primary difference lies in the internal versioning of other Storybook packages they rely on, such as @storybook/api, @storybook/addons, @storybook/components, @storybook/core-events, @storybook/client-api and @storybook/theming, which are bumped from 6.3.0 to 6.3.1 in the newer version. This suggests that version 6.3.1 likely incorporates bug fixes, performance enhancements, or minor feature additions related to these core Storybook packages. The unpackedSize is also slightly different, which can indicate that some internal changes and fixes come within the new version. Developers upgrading from 6.3.0 to 6.3.1 can expect a smoother experience due to these internal refinements and dependency updates within the Storybook ecosystem. It is a good practice to always update to the latest version to get the last fixes and features, so upgrading would be recommended.
The are not vulnerabilities for the version 6.3.1 of the package @storybook/addon-actions