Socket
Socket
Sign inDemoInstall

@storybook/channel-postmessage

Package Overview
Dependencies
Maintainers
12
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 4.0.0-alpha.6 to 4.0.0-alpha.7

1

dist/index.js

@@ -73,3 +73,2 @@ 'use strict';

iframeWindow.postMessage(data, '*');
this._handler(event);
return _promise2.default.resolve(null);

@@ -76,0 +75,0 @@ }

4

package.json
{
"name": "@storybook/channel-postmessage",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"description": "",

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

"dependencies": {
"@storybook/channels": "4.0.0-alpha.6",
"@storybook/channels": "4.0.0-alpha.7",
"global": "^4.3.2",

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

@@ -35,3 +35,2 @@ /* eslint-disable no-underscore-dangle */

iframeWindow.postMessage(data, '*');
this._handler(event);
return Promise.resolve(null);

@@ -38,0 +37,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