Socket
Socket
Sign inDemoInstall

@storybook/channels

Package Overview
Dependencies
Maintainers
7
Versions
1903
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/channels - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

dist/index.js

@@ -25,2 +25,4 @@ "use strict";

/* eslint no-underscore-dangle: 0 */
var Channel = function () {

@@ -27,0 +29,0 @@ function Channel(_ref) {

4

package.json
{
"name": "@storybook/channels",
"version": "3.0.0",
"version": "3.1.0",
"description": "",
"license": "MIT",
"main": "dist/index.js",

@@ -9,3 +10,2 @@ "scripts": {

},
"license": "MIT",
"devDependencies": {

@@ -12,0 +12,0 @@ "shelljs": "^0.7.7"

@@ -0,1 +1,3 @@

/* eslint no-underscore-dangle: 0 */
export default class Channel {

@@ -2,0 +4,0 @@ constructor({ transport }) {

@@ -0,1 +1,3 @@

/* eslint no-underscore-dangle: 0 */
import Channel from './';

@@ -2,0 +4,0 @@

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