
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@brainfish-ai/web-widget
Advanced tools
This package provides a simple way to integrate a Brainfish in-app widget in your website or web application. It supports the standard style, and slide-in popup.
npm install @branfish-ai/web-widget
<script type="module">
import Brainfish from "https://cdn.jsdelivr.net/npm/@brainfish-ai/web-widget@latest/dist/web.js"
Brainfish.Widgets.init({ widgetKey: "your-key" });
</script>
<button class="brainfish-trigger-button" onClick="Brainfish.HelpWidget.open('brainfish-trigger-button')">Help</button>
<!-- The widget will emit events when it opens and closes. You can listen to these events by adding the following code to your website: -->
<!-- For close event: (onBrainfishHelpWidgetClosed) -->
<script>
window.addEventListener('onBrainfishHelpWidgetClosed', yourClosedHandlerFunction);
</script>
<!-- For opened event: (onBrainfishHelpWidgetOpened) -->
<script>
window.addEventListener('onBrainfishHelpWidgetOpened', yourOpenedHandlerFunction);
</script>
<!-- Make sure you remember to remove these event listeners when the widget is no longer needed. -->
<script>
window.removeEventListener('onBrainfishHelpWidgetClosed', yourClosedHandlerFunction);
window.removeEventListener('onBrainfishHelpWidgetOpened', yourOpenedHandlerFunction);
</script>
FAQs
Brainfish Widgets Manager
The npm package @brainfish-ai/web-widget receives a total of 2,546 weekly downloads. As such, @brainfish-ai/web-widget popularity was classified as popular.
We found that @brainfish-ai/web-widget 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.