@storybook/addon-actions is a vital tool for Storybook developers, providing immediate UI feedback when users interact with components, enhancing the debugging and development workflow. Comparing versions 8.6.5 and 8.6.4, the core functionality remains consistent, focusing on capturing and displaying action events triggered within Storybook stories. Both versions rely on the same set of key dependencies, including uuid for generating unique identifiers, dequal for deep equality checks, polished for CSS-in-JS utilities, and @storybook/global for Storybook's global utilities. These dependencies ensure consistent and reliable action handling. The devDependencies also remain largely identical, employing tools like React, ReactDOM, Typescript, telejson, react-inspector and @storybook/test for development, testing, and debugging. The peer dependency on storybook is updated from version 8.6.4 to 8.6.5, indicating compatibility specifically with the latest Storybook release. This likely introduces improvements and bug fixes related directly to Storybook's core, ensuring the addon functions seamlessly within the updated Storybook environment.
Notably, the releaseDate difference signifies a more recent release for version 8.6.5. The crucial detail is the peer dependency change that might bring forth better Storybook integration for users upgrading to Storybook 8.6.5 which is the main reason to upgrade the plugin. Developers should prioritize version 8.6.5 if they are using the latest Storybook version to leverage these potential enhancements and fixes, and prevent compatibility issues. Both versions maintain the same file count and unpacked size suggesting that the changes in 8.6.5 were rather small but targeted for better compatibility.
The are not vulnerabilities for the version 8.6.5 of the package @storybook/addon-actions