Version 3.3.1 of @storybook/addon-actions is a minor patch release addressing issues found in the preceding version 3.3.0. Both versions serve as the Action Logger addon for Storybook, a valuable tool for developers creating UI components. It allows you to display data received by event handlers in Storybook. This helps visualize component interactions and confirm that events are triggering correctly with the expected properties.
The core functionality remains consistent between the two versions. Both rely on dependencies such as uuid for generating unique IDs, global for accessing the global object, deep-equal for comparing objects deeply, make-error for creating custom error objects, prop-types for runtime type checking of React props, and react-inspector for visually inspecting React component props and state. React, React DOM, and @storybook/addons are also peer dependencies, ensuring compatibility with these core libraries.
The key difference lies in potential bug fixes or minor improvements incorporated into version 3.3.1. While the specific nature of these changes isn't explicitly detailed in the data provided, patch releases typically address small issues that don't introduce new features or break existing APIs. Developers already using version 3.3.0 should consider upgrading to 3.3.1 for increased stability and potential resolutions to edge-case problems. Newer users can directly start with 3.3.1, assured that it offers the same core action logging functionality with the benefit of any applied fixes. The release dates indicate a quick follow-up patch with version 3.3.1 being published shortly after 3.3.0.
The are not vulnerabilities for the version 3.3.1 of the package @storybook/addon-actions