Socket
Socket
Sign inDemoInstall

@storybook/preview-api

Package Overview
Dependencies
Maintainers
31
Versions
755
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/preview-api - npm Package Compare versions

Comparing version 7.1.0-alpha.31 to 7.1.0-alpha.32

dist/chunk-E6V7GBFW.mjs

12

dist/addons.d.ts

@@ -8,2 +8,5 @@ import { Channel } from '@storybook/channels';

private channel;
/**
* @deprecated will be removed in 8.0, please use channel instead
*/
private serverChannel;

@@ -13,7 +16,16 @@ private promise;

getChannel: () => Channel;
/**
* @deprecated will be removed in 8.0, please use getChannel instead
*/
getServerChannel: () => Channel;
ready: () => Promise<Channel>;
hasChannel: () => boolean;
/**
* @deprecated will be removed in 8.0, please use the normal channel instead
*/
hasServerChannel: () => boolean;
setChannel: (channel: Channel) => void;
/**
* @deprecated will be removed in 8.0, please use the normal channel instead
*/
setServerChannel: (channel: Channel) => void;

@@ -20,0 +32,0 @@ }

3

dist/preview-web.d.ts

@@ -175,2 +175,5 @@ import * as _storybook_types from '@storybook/types';

protected channel: Channel;
/**
* @deprecated will be removed in 8.0, please use channel instead
*/
serverChannel?: Channel;

@@ -177,0 +180,0 @@ storyStore: StoryStore<TRenderer>;

14

package.json
{
"name": "@storybook/preview-api",
"version": "7.1.0-alpha.31",
"version": "7.1.0-alpha.32",
"description": "",

@@ -70,9 +70,9 @@ "keywords": [

"dependencies": {
"@storybook/channel-postmessage": "7.1.0-alpha.31",
"@storybook/channels": "7.1.0-alpha.31",
"@storybook/client-logger": "7.1.0-alpha.31",
"@storybook/core-events": "7.1.0-alpha.31",
"@storybook/channel-postmessage": "7.1.0-alpha.32",
"@storybook/channels": "7.1.0-alpha.32",
"@storybook/client-logger": "7.1.0-alpha.32",
"@storybook/core-events": "7.1.0-alpha.32",
"@storybook/csf": "^0.1.0",
"@storybook/global": "^5.0.0",
"@storybook/types": "7.1.0-alpha.31",
"@storybook/types": "7.1.0-alpha.32",
"@types/qs": "^6.9.5",

@@ -89,3 +89,3 @@ "dequal": "^2.0.2",

"@jest/globals": "^29.5.0",
"@storybook/core-common": "7.1.0-alpha.31",
"@storybook/core-common": "7.1.0-alpha.32",
"ansi-to-html": "^0.6.11",

@@ -92,0 +92,0 @@ "react": "^16.14.0",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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