📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@getsensibill/web-post-message-bus

Package Overview
Dependencies
Maintainers
11
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getsensibill/web-post-message-bus

This project adds inter iframe communication capabilities using window.postMessage under the hood.

0.2.13
latest
npm
Version published
Weekly downloads
2
-50%
Maintainers
11
Weekly downloads
 
Created
Source

Sensibill Web Post Message Bus

This project adds inter iframe communication capabilities using window.postMessage under the hood.

# Using npm
npm i @getsensibill/web-post-message-bus

# Using yarn
yarn add @getsensibill/web-post-message-bus

Import where you need it

import { SensibillPostMessageBus } from '@getsensibill/web-post-message-bus';

Events are also imported like this

import { LaunchCaptureEvent } from '@getsensibill/web-post-message-bus';

Example Usage

SensibillPostMessageBus.send(new LaunchCaptureEvent());

Build

yarn build:npm

FAQs

Package last updated on 20 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts