Socket
Socket
Sign inDemoInstall

@storybook/blocks

Package Overview
Dependencies
Maintainers
11
Versions
795
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/blocks - npm Package Compare versions

Comparing version 0.0.0-pr-28247-sha-834d31db to 0.0.0-pr-28288-sha-0190663b

dist/chunk-A3W4K3I3.mjs

15

dist/index.d.ts

@@ -1,10 +0,9 @@

import { Conditional, DocsContextProps, PreparedStory, ModuleExports, Renderer as Renderer$1, Args as Args$1, StoryId, ModuleExport, StoryContextForLoaders, ResolvedModuleExportType, ResolvedModuleExportFromType, Parameters as Parameters$1, ProjectAnnotations, BaseAnnotations, ComponentTitle } from '@storybook/types';
export { DocsContextProps } from '@storybook/types';
import { Conditional, DocsContextProps, PreparedStory, ModuleExports, Renderer as Renderer$1, Args as Args$1, StoryId, ModuleExport, StoryContextForLoaders, ResolvedModuleExportType, ResolvedModuleExportFromType, Parameters as Parameters$1, ProjectAnnotations, BaseAnnotations, ComponentTitle } from '@storybook/core/types';
export { DocsContextProps } from '@storybook/core/types';
import React, { ComponentProps, FunctionComponent, ReactNode, FC, PropsWithChildren, Context, ReactElement } from 'react';
import { Renderer } from '@storybook/csf';
import { PropDescriptor } from '@storybook/preview-api';
import { SupportedLanguage, SyntaxHighlighter, ActionItem, SyntaxHighlighterFormatTypes } from '@storybook/components';
import { SourceType } from '@storybook/docs-tools';
import { Channel } from '@storybook/channels';
import { ThemeVars } from '@storybook/theming';
import { PropDescriptor } from '@storybook/core/preview-api';
import { SupportedLanguage, SyntaxHighlighter, ActionItem, SyntaxHighlighterFormatTypes } from '@storybook/core/components';
import { SourceType } from '@storybook/core/docs-tools';
import { ThemeVars } from '@storybook/core/theming';
import PureMarkdown from 'markdown-to-jsx';

@@ -227,3 +226,3 @@

declare const SourceContainer: FC<PropsWithChildren<{
channel: Channel;
channel: DocsContextProps['channel'];
}>>;

@@ -230,0 +229,0 @@

{
"name": "@storybook/blocks",
"version": "0.0.0-pr-28247-sha-834d31db",
"version": "0.0.0-pr-28288-sha-0190663b",
"description": "Storybook Doc Blocks",

@@ -47,14 +47,5 @@ "keywords": [

"dependencies": {
"@storybook/channels": "0.0.0-pr-28247-sha-834d31db",
"@storybook/client-logger": "0.0.0-pr-28247-sha-834d31db",
"@storybook/components": "0.0.0-pr-28247-sha-834d31db",
"@storybook/core-events": "0.0.0-pr-28247-sha-834d31db",
"@storybook/csf": "^0.1.8",
"@storybook/docs-tools": "0.0.0-pr-28247-sha-834d31db",
"@storybook/global": "^5.0.0",
"@storybook/icons": "^1.2.5",
"@storybook/manager-api": "0.0.0-pr-28247-sha-834d31db",
"@storybook/preview-api": "0.0.0-pr-28247-sha-834d31db",
"@storybook/theming": "0.0.0-pr-28247-sha-834d31db",
"@storybook/types": "0.0.0-pr-28247-sha-834d31db",
"@types/lodash": "^4.14.167",

@@ -74,7 +65,8 @@ "color-convert": "^2.0.1",

"devDependencies": {
"@storybook/addon-actions": "0.0.0-pr-28247-sha-834d31db",
"@storybook/test": "0.0.0-pr-28247-sha-834d31db",
"@storybook/addon-actions": "0.0.0-pr-28288-sha-0190663b",
"@storybook/test": "0.0.0-pr-28288-sha-0190663b",
"@types/color-convert": "^2.0.0"
},
"peerDependencies": {
"@storybook/core": "^0.0.0-pr-28288-sha-0190663b",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",

@@ -97,2 +89,5 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"

"./src/index.ts"
],
"noExternal": [
"@storybook/core/components"
]

@@ -99,0 +94,0 @@ },

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

Sorry, the diff of this file is not supported yet

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