New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

commandbar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commandbar

Javascript Utility for CommandBar

  • 1.4.0
  • npm
  • Socket score

Version published
Maintainers
1
Created

commandbar

Installation

npm install commandbar --save

or

yarn add commandbar

Usage

// index.js

import { init as initCommandBar } from 'commandbar';
initCommandBar('MY_ORG_ID');

const App = () => {
  // Identify user...
  const userID = ...

  window.CommandBar.boot(userID);
}

FAQs

Package last updated on 02 Oct 2021

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