Socket
Socket
Sign inDemoInstall

@storybook/channel-postmessage

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/channel-postmessage - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0-alpha.0

4

package.json
{
"name": "@storybook/channel-postmessage",
"version": "3.2.0",
"version": "3.3.0-alpha.0",
"description": "",

@@ -11,3 +11,3 @@ "license": "MIT",

"dependencies": {
"@storybook/channels": "^3.2.0",
"@storybook/channels": "^3.3.0-alpha.0",
"global": "^4.3.2",

@@ -14,0 +14,0 @@ "json-stringify-safe": "^5.0.1"

@@ -42,3 +42,5 @@ /* eslint-disable no-underscore-dangle */

buffer.forEach(item => {
this.send(item.event).then(item.resolve).catch(item.reject);
this.send(item.event)
.then(item.resolve)
.catch(item.reject);
});

@@ -45,0 +47,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