Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
postmessage-communicator
Advanced tools
[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md) [![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-in
Use this tool to communicate across an iframe using postmessage subscription.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
yarn
npm install --global yarn
Clone the repo
git clone https://github.com/wayfair-incubator/postmessage-communicator.git
Install yarn packages and compile typescript code
yarn
yarn tsc
subscribe
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
eventType | yes | event type to listen for | string | |
cb | yes | callback fired on event | (e: MessageEvent) => void |
unsubscribe
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
cb | yes | callback returned as subscription | (e: MessageEvent) => void |
post
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
type | yes | event type to post eg: addToCart | string | VendorEvent | ClientEvent | |
payload | yes | post data | anything but a function |
addToCart
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
customerUid | yes | customer identifier | string | |
projectId | yes | project identifier | string | |
projectVersion | no | project version | string | |
brand | yes | brand description | string | |
style | yes | style description | string | |
color | yes | color | string | |
url | yes | thumbnail image url | string | |
bom | yes | bill of materials | string |
designerHandOff
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
customerUid | yes | customer identifier | string | |
projectId | yes | project identifier | string | |
projectVersion | no | project version | string | |
brand | yes | brand description | string | |
style | yes | style description | string | |
color | yes | color | string | |
url | yes | thumbnail image url | string | |
area | yes | area of room | number |
requestToken
no parameters
projectDirty
no parameters
projectSaved
no parameters
projectDeleted
no parameters
init
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
token | yes | JWT token with initialization payload | string | |
landingExperience | yes | requested landing page for application | string |
refreshToken
Parameter Name | Required | Description | Type | Default |
---|---|---|---|---|
token | yes | JWT token with initialization payload | string |
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For detailed contributing guidelines, please see CONTRIBUTING.md
Distributed under the MIT
License. See LICENSE
for more
information.
Project Link: https://github.com/wayfair-incubator/postmessage-communicator
This template was adapted from https://github.com/othneildrew/Best-README-Template.
FAQs
[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md) [![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-in
The npm package postmessage-communicator receives a total of 0 weekly downloads. As such, postmessage-communicator popularity was classified as not popular.
We found that postmessage-communicator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.