UNPKG

858 BMarkdownView Raw
1# @availity/message-core
2
3> A package wrapping the postMessage function with helper functions and security checks.
4
5[![Version](https://img.shields.io/npm/v/@availity/message-core.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/message-core)
6[![NPM Downloads](https://img.shields.io/npm/dt/@availity/message-core.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/message-core)
7[![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/message-core?style=for-the-badge)](https://github.com/Availity/sdk-js/blob/master/packages/message-core/package.json)
8
9## Install
10
11### NPM
12
13```bash
14npm install @availity/message-core
15```
16
17### Yarn
18
19```bash
20yarn add @availity/message-core
21```
22
23## Documentation
24
25Check out more documentation at [availity.github.io](https://availity.github.io/sdk-js/resources/messaging)