Socket
Socket
Sign inDemoInstall

@storybook/builder-webpack5

Package Overview
Dependencies
Maintainers
11
Versions
1148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/builder-webpack5 - npm Package Compare versions

Comparing version 0.0.0-pr-28882-sha-e607100a to 0.0.0-pr-28920-sha-480f404a

16

dist/index.d.ts

@@ -7,9 +7,5 @@ import { Options as Options$1, Builder } from 'storybook/internal/types';

type TypeScriptOptionsBase = Partial<TypescriptOptions$1>;
/**
* Options for TypeScript usage within Storybook.
*/
/** Options for TypeScript usage within Storybook. */
interface TypescriptOptions extends TypeScriptOptionsBase {
/**
* Configures `fork-ts-checker-webpack-plugin`
*/
/** Configures `fork-ts-checker-webpack-plugin` */
checkOptions?: ConstructorParameters<typeof ForkTsCheckerWebpackPlugin>[0];

@@ -19,9 +15,7 @@ }

/**
* Modify or return a custom Webpack config after the Storybook's default configuration
* has run (mostly used by addons).
* Modify or return a custom Webpack config after the Storybook's default configuration has run
* (mostly used by addons).
*/
webpack?: (config: Configuration, options: Options) => Configuration | Promise<Configuration>;
/**
* Modify or return a custom Webpack config after every addon has run.
*/
/** Modify or return a custom Webpack config after every addon has run. */
webpackFinal?: (config: Configuration, options: Options) => Configuration | Promise<Configuration>;

@@ -28,0 +22,0 @@ }

{
"name": "@storybook/builder-webpack5",
"version": "0.0.0-pr-28882-sha-e607100a",
"version": "0.0.0-pr-28920-sha-480f404a",
"description": "Storybook framework-agnostic API",

@@ -66,3 +66,3 @@ "keywords": [

"dependencies": {
"@storybook/core-webpack": "0.0.0-pr-28882-sha-e607100a",
"@storybook/core-webpack": "0.0.0-pr-28920-sha-480f404a",
"@types/node": "^22.0.0",

@@ -104,3 +104,3 @@ "@types/semver": "^7.3.4",

"peerDependencies": {
"storybook": "^0.0.0-pr-28882-sha-e607100a"
"storybook": "^0.0.0-pr-28920-sha-480f404a"
},

@@ -107,0 +107,0 @@ "peerDependenciesMeta": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc