Socket
Socket
Sign inDemoInstall

@brainfish-ai/help-widget

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainfish-ai/help-widget

Brainfish Help Widget is a widget that can be embedded in your platform to provide in-app help to your users.


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

Brainfish Help Widget

Brainfish Help Widget is a widget that can be embedded in your platform to provide in-app help to your users.

Installation

npm install @brainfish-ai/help-widget

Directly in your HTML

<script type="module">
  import HelpWidget from 'https://cdn.jsdelivr.net/npm/@brainfish-ai/help-widget/dist/web.js'

  HelpWidget.initStandard({
    apiKey: 'YOUR_WIDGET_ID',
    theme: {}, // optional
    settings: {}, // optional
  })
</script>

<brainfish-help-widget style="width: 100%; height: 600px; "></brainfish-help-widget>

FAQs

Package last updated on 10 Aug 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc