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

commandbar

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commandbar - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "commandbar",
"version": "1.2.0",
"version": "1.2.1",
"description": "Javascript Utility for CommandBar",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

@@ -1,10 +0,14 @@

# CommandBar Browser Utilities
# commandbar
### Installation
## Installation
```
npm install @commandbar/browser --save
npm install commandbar --save
or
yarn add commandbar
```
### Usage
## Usage

@@ -14,3 +18,3 @@ ```

import { init } from '@commandbar/browser';
import { init } from 'commandbar';

@@ -20,8 +24,7 @@ const App = () => {

// ...
// Identify user...
const userID = ...
window.CommandBar.boot('current_user_id');
// ...
window.CommandBar.boot(userID);
}
```
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