Socket
Socket
Sign inDemoInstall

@storybook/core-events

Package Overview
Dependencies
Maintainers
9
Versions
1787
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/core-events - npm Package Compare versions

Comparing version 4.2.0-cra-debug.0 to 5.0.0-debug.0

30

index.js
module.exports = {
CHANNEL_CREATED: 'channelCreated',
GET_CURRENT_STORY: 'getCurrentStory',
SET_CURRENT_STORY: 'setCurrentStory',
GET_STORIES: 'getStories',
SET_STORIES: 'setStories',
SELECT_STORY: 'selectStory',
APPLY_SHORTCUT: 'applyShortcut',
STORY_ADDED: 'storyAdded',
FORCE_RE_RENDER: 'forceReRender',
REGISTER_SUBSCRIPTION: 'registerSubscription',
STORY_RENDERED: 'storyRendered',
STORY_ERRORED: 'storyErrored',
STORY_THREW_EXCEPTION: 'storyThrewException',
CHANNEL_CREATED: 'CHANNEL_CREATED',
GET_CURRENT_STORY: 'GET_CURRENT_STORY',
SET_CURRENT_STORY: 'SET_CURRENT_STORY',
GET_STORIES: 'GET_STORIES',
SET_STORIES: 'SET_STORIES',
SELECT_STORY: 'SELECT_STORY',
APPLY_SHORTCUT: 'APPLY_SHORTCUT',
STORY_ADDED: 'STORY_ADDED',
STORY_CHANGED: 'STORY_CHANGED',
FORCE_RE_RENDER: 'FORCE_RE_RENDER',
REGISTER_SUBSCRIPTION: 'REGISTER_SUBSCRIPTION',
STORY_INIT: 'STORY_INIT',
STORY_RENDER: 'STORY_RENDER',
STORY_RENDERED: 'STORY_RENDERED',
STORY_MISSING: 'STORY_MISSING',
STORY_ERRORED: 'STORY_ERRORED',
STORY_THREW_EXCEPTION: 'STORY_THREW_EXCEPTION',
};
{
"name": "@storybook/core-events",
"version": "4.2.0-cra-debug.0",
"version": "5.0.0-debug.0",
"description": "Event names used in storybook core",

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

},
"gitHead": "0c1bce162c2cd7f3adf56e7c0ecb9df7603064e4"
"gitHead": "7cacf4b23fc7682e0891e8fd4a3983e8879f84c5"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc