New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/builder-manager

Package Overview
Dependencies
Maintainers
31
Versions
1053
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/builder-manager

Storybook manager builder

7.0.27
Source
npm
Version published
Weekly downloads
1.8M
-3.2%
Maintainers
31
Weekly downloads
 
Created
Source

Manager-Builder

NOTE: Do not use this package unless you know what you are doing.

This package is used internally by Storybook to create the manager side (UI) of Storybook.

This package uses esbuild to bundle the manager-side of addons, and prepare it for modern, ESM supporting browsers.

Each addon is bundled into a separate file, and the manager is responsible for loading them. If a manager.* file exists in the config dir (e.g. .storybook), it's also bundled, and loaded in the browser.

Additionally, this package also will add the manager ui via the @storybook/ui package, which is already built by esbuild in our build process before publishing.

Keywords

storybook

FAQs

Package last updated on 12 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts