@storybook/addon-actions versions 6.3.6 and 6.3.5 offer developers tools for visualizing user interactions within Storybook components, providing real-time feedback when actions are performed. This is invaluable for ensuring components respond correctly to user input, enhancing the development and testing workflow of interactive elements.
The primary difference between these versions lies in their internal dependencies and release dates. Version 6.3.6 incorporates updates to align with the broader Storybook ecosystem, specifically upgrading its internal dependencies on other @storybook packages like @storybook/api, @storybook/addons, @storybook/theming, @storybook/client-api, @storybook/components and @storybook/core-events from version 6.3.5 to 6.3.6 in order to properly function with the core that was released in those versions. Also version 6.3.6 was released at "2021-07-26T06:50:44.094Z" whereas the previous version was release a couple of days before at "2021-07-22T13:49:37.886Z"
For developers, both versions offer the same core functionality: capturing and displaying actions triggered within Storybook stories. This allows for easy debugging and verification of event handling, streamlining the process of building robust and interactive user interfaces. The addon seamlessly integrates with React, requiring peer dependencies of React and React DOM versions ^16.8.0 or ^17.0.0. The consistent file count and unpacked size suggest minimal code changes between releases, indicating a focus on stability and dependency synchronization within the Storybook ecosystem. Regardless of the minor version difference, developers can expect a reliable tool for action tracking.
The are not vulnerabilities for the version 6.3.6 of the package @storybook/addon-actions