Socket
Socket
Sign inDemoInstall

@storybook/core-webpack

Package Overview
Dependencies
Maintainers
11
Versions
791
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/core-webpack - npm Package Compare versions

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

8

dist/index.d.ts

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

/**
* 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: TWebpackConfiguration, options: Options) => TWebpackConfiguration | Promise<TWebpackConfiguration>;
/**
* 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: TWebpackConfiguration, options: Options) => TWebpackConfiguration | Promise<TWebpackConfiguration>;

@@ -35,0 +33,0 @@ };

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

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

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

@@ -59,0 +59,0 @@ "publishConfig": {

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