@storybook/addon-actions versions 6.3.10 and 6.3.9 are both designed to provide UI feedback when actions are performed on interactive elements within Storybook, aiding developers in visualizing and debugging component behavior. While functionally similar, a closer inspection reveals subtle differences that may be relevant for users. Both versions share core dependencies like global, lodash, core-js, polished, ts-dedent, prop-types, uuid-browser, util-deprecate, fast-deep-equal, react-inspector, and regenerator-runtime, along with other @storybook packages, indicating a consistent foundation. The peer dependencies for React and React DOM remain the same, supporting versions 16.8.0 and 17.0.0.
The primary difference lies in the internal dependencies referencing other @storybook packages. Version 6.3.10 relies on @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components, and @storybook/core-events all at version 6.3.10, while version 6.3.9 uses the respective 6.3.9 counterparts. This signals that version 6.3.10 integrates with a more recent iteration of the Storybook ecosystem, potentially benefitting from bug fixes, performance improvements, or new features introduced in those core packages. While the number of files in the distributed tarball remains consistent at 118, the unpacked size sees a negligible increase from 126970 bytes in version 6.3.9 to 126977 bytes in 6.3.10. Finally, the release dates also highlight the newest between the 2 versions, with version 6.3.10 being released on 2021-10-06 and version 6.3.9 released just a few days before on 2021-10-01. Developers should generally opt for version 6.3.10 for the latest enhancements and compatibility within the Storybook environment.
The are not vulnerabilities for the version 6.3.10 of the package @storybook/addon-actions