Socket
Socket
Sign inDemoInstall

@storybook/addons

Package Overview
Dependencies
Maintainers
8
Versions
1495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addons - npm Package Compare versions

Comparing version 3.1.6 to 3.2.0-alpha.8

5

dist/index.js

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

this.panels = {};
this.channel = null;
this.channel = {
on: function on() {},
emit: function emit() {}
};
this.preview = null;

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

2

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

@@ -5,0 +5,0 @@ "keywords": [

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

this.panels = {};
this.channel = null;
this.channel = { on() {}, emit() {} };
this.preview = null;

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

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