Socket
Socket
Sign inDemoInstall

@storybook/core-server

Package Overview
Dependencies
377
Maintainers
9
Versions
968
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-26853-sha-b51db447 to 0.0.0-pr-26875-sha-9077f9e9

5

dist/presets/common-preset.d.ts
import { removeAddon } from '@storybook/core-common';
import { PresetPropertyFn, Options, CoreConfig, PresetProperty, Indexer } from '@storybook/types';
import { Options, PresetPropertyFn, CoreConfig, PresetProperty, Indexer } from '@storybook/types';
import { Channel } from '@storybook/channels';
type OptionsWithRequiredCache = Exclude<Options, 'cache'> & Required<Pick<Options, 'cache'>>;
declare const staticDirs: PresetPropertyFn<'staticDirs'>;

@@ -39,3 +41,2 @@ declare const favicon: (value: string | undefined, options: Pick<Options, 'presets' | 'configDir'>) => Promise<string>;

declare const managerHead: (_: any, options: Options) => Promise<string>;
type OptionsWithRequiredCache = Exclude<Options, 'cache'> & Required<Pick<Options, 'cache'>>;
declare const experimental_serverChannel: (channel: Channel, options: OptionsWithRequiredCache) => Promise<Channel>;

@@ -42,0 +43,0 @@ /**

34

package.json
{
"name": "@storybook/core-server",
"version": "0.0.0-pr-26853-sha-b51db447",
"version": "0.0.0-pr-26875-sha-9077f9e9",
"description": "Storybook framework-agnostic API",

@@ -60,18 +60,20 @@ "keywords": [

"@babel/core": "^7.23.9",
"@babel/parser": "^7.24.4",
"@discoveryjs/json-ext": "^0.5.3",
"@storybook/builder-manager": "0.0.0-pr-26853-sha-b51db447",
"@storybook/channels": "0.0.0-pr-26853-sha-b51db447",
"@storybook/core-common": "0.0.0-pr-26853-sha-b51db447",
"@storybook/core-events": "0.0.0-pr-26853-sha-b51db447",
"@storybook/csf": "0.1.5--canary.82.2c2dd28.0",
"@storybook/csf-tools": "0.0.0-pr-26853-sha-b51db447",
"@storybook/builder-manager": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/channels": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/core-common": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/core-events": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/csf": "^0.1.4",
"@storybook/csf-tools": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/docs-mdx": "3.0.0",
"@storybook/global": "^5.0.0",
"@storybook/manager": "0.0.0-pr-26853-sha-b51db447",
"@storybook/manager-api": "0.0.0-pr-26853-sha-b51db447",
"@storybook/node-logger": "0.0.0-pr-26853-sha-b51db447",
"@storybook/preview-api": "0.0.0-pr-26853-sha-b51db447",
"@storybook/telemetry": "0.0.0-pr-26853-sha-b51db447",
"@storybook/types": "0.0.0-pr-26853-sha-b51db447",
"@storybook/manager": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/manager-api": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/node-logger": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/preview-api": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/telemetry": "0.0.0-pr-26875-sha-9077f9e9",
"@storybook/types": "0.0.0-pr-26875-sha-9077f9e9",
"@types/detect-port": "^1.3.0",
"@types/diff": "^5.0.9",
"@types/node": "^18.0.0",

@@ -82,7 +84,6 @@ "@types/pretty-hrtime": "^1.0.0",

"chalk": "^4.1.0",
"cjs-module-lexer": "^1.2.3",
"cli-table3": "^0.6.1",
"compression": "^1.7.4",
"detect-port": "^1.3.0",
"es-module-lexer": "^1.5.0",
"diff": "^5.2.0",
"express": "^4.17.3",

@@ -107,3 +108,3 @@ "fs-extra": "^11.1.0",

"devDependencies": {
"@storybook/addon-docs": "0.0.0-pr-26853-sha-b51db447",
"@storybook/addon-docs": "0.0.0-pr-26875-sha-9077f9e9",
"@types/compression": "^1.7.0",

@@ -114,2 +115,3 @@ "@types/ip": "^1.1.0",

"boxen": "^7.1.1",
"camelcase": "^8.0.0",
"node-fetch": "^3.3.1",

@@ -116,0 +118,0 @@ "slash": "^5.0.0",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc