
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@nautical-commerce/app-bridge
Advanced tools
This repository builds the @nautical-commerce/app-bridge
npm package. This package is used to provide a shared context between the Nautical Admin Dashboard and a dashboard app integration hosted in an iframe.
Events are messages that are sent downwards into the app iframe from the dashboard. The possible events that can be sent are:
Event | Use |
---|---|
EventType.CommandResponse | Sent in response to a Command being received by the dashboard. |
EventType.Init | Provides initialization data to the app bridge from the dashboard |
Commands are messages that are sent upwards from the app iframe to the dashboard. The possible commands that can be sent:
Command | Use |
---|---|
CommandType.Ready | Notify the dashboard that the app is ready. Will result in an EventType.Init event being sent |
CommandType.Close | Ask the dashboard to close the modal hosting the iframe |
CommandType.Notification | Send a notification to the dashboard for display to the user |
FAQs
App bridge for Nautical Commerce dashboard embeds
We found that @nautical-commerce/app-bridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.