@storybook/addon-viewport is a valuable Storybook addon designed for developers who need to preview their components across different screen sizes, simulating the mobile experience directly within the Storybook environment. Version 3.4.11 is a minor update following 3.4.10 but incorporates key refinements. Both versions share core dependencies like global, prop-types, and babel-runtime, ensuring compatibility and stability. They also leverage @storybook/components for consistent UI elements within the Storybook framework and maintain peer dependencies on react and @storybook/addons, guaranteeing seamless integration with existing Storybook setups. Notably, both versions are licensed under MIT, promoting open-source usage and modification.
Looking closer, the primary difference lies in the @storybook/components dependency. 3.4.11 uses version 3.4.11 of @storybook/components and the older version uses @storybook/components version 3.4.10. While the core features remain consistent, developers upgrading to 3.4.11 gain access to the latest enhancements and bug fixes within the Storybook component library with the new @storybook/components dependency version upgrade, possibly affecting styling, interactions, or accessibility improvements. Another difference between the 2 versions is the release date: version 3.4.11 was released on 2018-09-17 while version 3.4.10 was released on 2018-08-03. Developers should evaluate the changelog for @storybook/components between versions 3.4.10 and 3.4.11 to understand the precise impact of this update when considering an upgrade.
All the vulnerabilities related to the version 3.4.11 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.