
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
postmessage-communicator
Advanced tools
[](CHANGELOG.md) [](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.
[v3.0.0] - 2022-11-08
FAQs
[](CHANGELOG.md) [](https://github.com/wayfair-in
The npm package postmessage-communicator receives a total of 3 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.