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

@storybook/channel-postmessage

Package Overview
Dependencies
Maintainers
7
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.0.0-rc.0 to 3.0.0-rc.2

24

CHANGELOG.md
## Changelog
### v2.0.1
24-Nov-2016
* Fix empty story list when loading in an iframe [PR8](https://github.com/kadirahq/storybook-channel-postmsg/pull/8)
- Fix empty story list when loading in an iframe [PR8](https://github.com/kadirahq/storybook-channel-postmsg/pull/8)
### v2.0.0
17-Nov-2016
* Identify the page with a parameter [PR7](https://github.com/kadirahq/storybook-channel-postmsg/pull/7)
- Identify the page with a parameter [PR7](https://github.com/kadirahq/storybook-channel-postmsg/pull/7)
### v1.1.0
28-Oct-2016
* Use a constant key to identify relavent messages [PR6](https://github.com/kadirahq/storybook-channel-postmsg/pull/6)
- Use a constant key to identify relavent messages [PR6](https://github.com/kadirahq/storybook-channel-postmsg/pull/6)
### v1.0.4
28-Oct-2016
* Allow message handlers to throw errors [PR4](https://github.com/kadirahq/storybook-channel-postmsg/pull/4)
- Allow message handlers to throw errors [PR4](https://github.com/kadirahq/storybook-channel-postmsg/pull/4)
### v1.0.3
28-Sep-2016
* Serialize data because some objects throw error when sent over postMessage [PR3](https://github.com/kadirahq/storybook-channel-postmsg/pull/3)
- Serialize data because some objects throw error when sent over postMessage [PR3](https://github.com/kadirahq/storybook-channel-postmsg/pull/3)
### v1.0.2
28-Sep-2016
* Do not serialize data because objects can be sent over postMessage [PR1](https://github.com/kadirahq/storybook-channel-postmsg/pull/1)
- Do not serialize data because objects can be sent over postMessage [PR1](https://github.com/kadirahq/storybook-channel-postmsg/pull/1)
### v1.0.1
26-Sep-2016
* Select the iframe by id (getElementById)
- Select the iframe by id (getElementById)
### v1.0.0
26-Sep-2016
* Implement send and receive functions
- Implement send and receive functions
{
"name": "@storybook/channel-postmessage",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.2",
"description": "",

@@ -14,5 +14,5 @@ "main": "dist/index.js",

"dependencies": {
"@storybook/channels": "^3.0.0-rc.0",
"@storybook/channels": "^3.0.0-rc.2",
"json-stringify-safe": "^5.0.1"
}
}
# Storybook PostMessage Channel
[![Greenkeeper badge](https://badges.greenkeeper.io/storybooks/storybook.svg)](https://greenkeeper.io/)

@@ -17,4 +18,4 @@ [![Build Status](https://travis-ci.org/storybooks/storybook.svg?branch=master)](https://travis-ci.org/storybooks/storybook)

---
* * *
For more information visit: [storybooks.js.org](https://storybooks.js.org)
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