Socket
Socket
Sign inDemoInstall

@storybook/addons

Package Overview
Dependencies
0
Maintainers
8
Versions
1495
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0-alpha.8 to 3.2.0-alpha.10

8

dist/index.js

@@ -28,6 +28,6 @@ "use strict";

this.panels = {};
this.channel = {
on: function on() {},
emit: function emit() {}
};
// this.channel should get overwritten by setChannel if package versions are
// correct and AddonStore is a proper singleton. If not, this will be null
// (currently required by @storybook/react-native getStorybookUI)
this.channel = null;
this.preview = null;

@@ -34,0 +34,0 @@ this.database = null;

{
"name": "@storybook/addons",
"version": "3.2.0-alpha.8",
"version": "3.2.0-alpha.10",
"description": "Storybook addons store",

@@ -22,4 +22,4 @@ "keywords": [

"devDependencies": {
"shelljs": "^0.7.7"
"shelljs": "^0.7.8"
}
}

@@ -5,3 +5,6 @@ export class AddonStore {

this.panels = {};
this.channel = { on() {}, emit() {} };
// this.channel should get overwritten by setChannel if package versions are
// correct and AddonStore is a proper singleton. If not, this will be null
// (currently required by @storybook/react-native getStorybookUI)
this.channel = null;
this.preview = null;

@@ -8,0 +11,0 @@ this.database = null;

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc