Storybook React versions 6.3.2 and 6.3.1 offer tools for developing React components in isolation with hot reloading. Both versions share core functionalities, including dependencies like global, lodash, core-js, and webpack for managing global scope, utility functions, core JavaScript features, and module bundling, respectively. They also rely on ts-dedent, prop-types, and read-pkg-up for template literal manipulation, component property validation, and reading package.json files. React Fast Refresh is supported via react-refresh and @pmmmwh/react-refresh-webpack-plugin and the documentation is handled by babel-plugin-react-docgen.
Key differences between the versions lie in their internal dependencies and release dates. Version 6.3.2, released on June 30, 2021, incorporates @storybook/core, @storybook/addons, @storybook/core-common, @storybook/node-logger, and @storybook/client-api version 6.3.2, aligning core Storybook modules. Crucially, @storybook/react-docgen-typescript-plugin is bumped to version 1.0.2-canary.253f8c1.0. Version 6.3.1, released on June 28, 2021, uses corresponding 6.3.1 versions for the core modules and @storybook/react-docgen-typescript-plugin version 1.0.2-canary.3c70e01.0. For developers using TypeScript, the key difference is the updated @storybook/react-docgen-typescript-plugin in 6.3.2, which potentially brings bug fixes, performance improvements, or new features related to generating documentation from TypeScript code. While both versions support React 16.8.0 or 17.0.0 and Babel 7.11.5, 6.3.2 is the more recent release and may include stability improvements.
The are not vulnerabilities for the version 6.3.2 of the package @storybook/react