Version 3.4.5 of @storybook/addon-actions addresses a subtle but important update compared to its predecessor, version 3.4.4, within the Storybook ecosystem. Both versions serve as vital tools for developers, providing an "Action Logger" to track and display actions triggered within Storybook stories. This allows for a streamlined workflow, enabling real-time feedback on component interactions directly within the Storybook UI.
The core functionality regarding dependencies remains largely consistent between the two versions. Both rely on essential packages such as uuid for unique identifiers, glamor and glamorous for styling, and react-inspector for detailed object inspection. The peer dependencies also specify the expected versions of react, react-dom, and @storybook/addons, ensuring compatibility within a Storybook environment.
The primary difference lies in the updated @storybook/components dependency. Version 3.4.5 integrates @storybook/components version 3.4.5, while 3.4.4 used @storybook/components version 3.4.4. It's worth noting that under the hood the unpackedSize and fileCount of both versions are identical hinting towards minor fixes and alterations within the @storybook/components. Developers upgrading from 3.4.4 to 3.4.5 should anticipate subtle visual enhancements or bug fixes stemming from the updated components library. It's best to consult the @storybook/components changelog for details on the specific changes introduced.
All the vulnerabilities related to the version 3.4.5 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.