Socket
Socket
Sign inDemoInstall

@storybook/core-events

Package Overview
Dependencies
Maintainers
10
Versions
1812
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 5.0.0-rc.6 to 5.0.0-rc.7

2

dist/index.d.ts

@@ -7,2 +7,3 @@ declare enum events {

SET_STORIES = "setStories",
STORIES_CONFIGURED = "storiesConfigured",
SELECT_STORY = "selectStory",

@@ -28,2 +29,3 @@ PREVIEW_KEYDOWN = "previewKeydown",

export declare const SET_STORIES = events.SET_STORIES;
export declare const STORIES_CONFIGURED = events.STORIES_CONFIGURED;
export declare const SELECT_STORY = events.SELECT_STORY;

@@ -30,0 +32,0 @@ export declare const PREVIEW_KEYDOWN = events.PREVIEW_KEYDOWN;

@@ -10,2 +10,3 @@ "use strict";

events["SET_STORIES"] = "setStories";
events["STORIES_CONFIGURED"] = "storiesConfigured";
events["SELECT_STORY"] = "selectStory";

@@ -34,2 +35,3 @@ events["PREVIEW_KEYDOWN"] = "previewKeydown";

exports.SET_STORIES = events.SET_STORIES;
exports.STORIES_CONFIGURED = events.STORIES_CONFIGURED;
exports.SELECT_STORY = events.SELECT_STORY;

@@ -36,0 +38,0 @@ exports.PREVIEW_KEYDOWN = events.PREVIEW_KEYDOWN;

4

package.json
{
"name": "@storybook/core-events",
"version": "5.0.0-rc.6",
"version": "5.0.0-rc.7",
"description": "Event names used in storybook core",

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

},
"gitHead": "70ab48e02c501c401c15e73630919ff1bd2140f7"
"gitHead": "163aa5b5f386f3ad07d27f2112c82185c150c8fa"
}

@@ -7,2 +7,3 @@ enum events {

SET_STORIES = 'setStories',
STORIES_CONFIGURED = 'storiesConfigured',
SELECT_STORY = 'selectStory',

@@ -33,2 +34,3 @@ PREVIEW_KEYDOWN = 'previewKeydown',

export const SET_STORIES = events.SET_STORIES;
export const STORIES_CONFIGURED = events.STORIES_CONFIGURED;
export const SELECT_STORY = events.SELECT_STORY;

@@ -35,0 +37,0 @@ export const PREVIEW_KEYDOWN = events.PREVIEW_KEYDOWN;

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