@storybook/addon-actions provides UI feedback when users interact with components in Storybook. Versions 6.3.5 and 6.3.4 share the same core functionality, enabling developers to easily display triggered actions within the Storybook interface. Both versions share identical dependencies like global, lodash, core-js, polished, ts-dedent, prop-types, uuid-browser, fast-deep-equal, react-inspector and other Storybook internal packages such as @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components and @storybook/core-events. They also have same devDependencies @types/lodash and @types/webpack-env and peerDependencies react and react-dom meaning updating from 6.3.4 to 6.3.5 shouldn't cause any breaking changes or dependency conflicts in most setups.
The primary difference lies in the updated versions of Storybook's internal packages. Version 6.3.5 integrates with @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components, and @storybook/core-events all at version 6.3.5, ensuring compatibility and potential bug fixes within the Storybook ecosystem. Version 6.3.4 used version 6.3.4 for all of these packages. The upgrade to 6.3.5 also contains newer bug fixes and performance improvements. While the core functionality remains consistent, developers should upgrade to benefit from the latest enhancements and ensure a more stable and integrated Storybook experience. The release date change also indicates that there are about 2 weeks in between the release.
The are not vulnerabilities for the version 6.3.5 of the package @storybook/addon-actions