@storybook/addon-actions version 3.4.1 represents a minor patch update to the popular Storybook addon designed for logging actions performed within your components during development and testing. Compared to its predecessor, version 3.4.0, this release, launched on April 10, 2018, brings subtle refinements without introducing major breaking changes. The core functionality remains consistent, providing developers with the ability to track and visualize events triggered by user interactions or component logic directly within the Storybook environment.
A crucial difference lies in the updated dependency on @storybook/components, moving from version 3.4.0 to 3.4.1. This suggests that the patch primarily addresses issues or enhancements within Storybook's UI component library, potentially improving the visual presentation or interaction patterns of the action logger itself.
Developers upgrading from 3.4.0 should expect a seamless transition, focusing on leveraging action logging to verify and debug event handling within their stories. The addon continues to rely on a stable set of dependencies including uuid, glamor, global, glamorous, deep-equal, make-error, prop-types, babel-runtime, and react-inspector, ensuring compatibility and reliable performance. For React developers, understanding the logged actions are crucial in building a reliable and testable application. Both versions maintain identical peer dependency requirements, necessitating compatible versions of react, react-dom, and @storybook/addons.
All the vulnerabilities related to the version 3.4.1 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.