@storybook/addon-actions is a valuable tool for Storybook developers, providing immediate UI feedback when users interact with components in your stories. Comparing versions 6.3.10 and 6.3.11 reveals subtle but important changes. Both versions share the same core functionality: capturing and displaying actions triggered within your components, enabling you to verify their behavior visually within the Storybook environment. They depend on the same core libraries like lodash, core-js, and prop-types, and offer the same peer dependencies for React and React DOM versions, ensuring compatibility across a wide range of projects. The development dependencies for type definitions, @types/lodash and @types/webpack-env, remain constant, indicating no changes in typing support or webpack integration between the versions. The file count remains the same, 118, same as the unpacked size 126977. The key difference lies in the internal dependencies on other Storybook packages. Version 6.3.11 updates the dependencies on @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components, and @storybook/core-events to their respective 6.3.11 versions which indicates bug fixes, performance enhancements, or feature additions within the broader Storybook ecosystem that @storybook/addon-actions relies on. Developers upgrading to 6.3.11 can expect improved stability and potentially enhanced performance due to these synchronized updates within the Storybook framework. The release date also differs, of course, with version 6.3.11 being released more recently than version 6.3.10.
The are not vulnerabilities for the version 6.3.11 of the package @storybook/addon-actions