Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/channels

Package Overview
Dependencies
Maintainers
10
Versions
1959
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 5.1.0-alpha.2 to 5.1.0-alpha.3

4

package.json
{
"name": "@storybook/channels",
"version": "5.1.0-alpha.2",
"version": "5.1.0-alpha.3",
"description": "",

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

},
"gitHead": "394cc916377ea71bfce7f3d9fc1e4c9f154f02bd"
"gitHead": "978caa74502fd06c825dc78d6ad984e3bca79ff6"
}

@@ -192,3 +192,4 @@ import { Channel, ChannelEvent, ChannelTransport, Listener } from '.';

const listeners = [jest.fn(), jest.fn()];
const findListener = (listener: Listener) => channel.listeners(eventName).find(_listener => _listener === listener);
const findListener = (listener: Listener) =>
channel.listeners(eventName).find(_listener => _listener === listener);

@@ -195,0 +196,0 @@ listeners.forEach(fn => channel.addListener(eventName, fn));

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