New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

broker-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broker-client

Broker Client

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

Broker Client

The official broker client.

Check out broker - your Real-time Zero-Code API Server - https://crates.io/crates/broker

Use

import BrokerClient from 'broker-client';

const sse = new BrokerClient('http://url', {
  headers: {
    authorization: 'Bearer 123token',
  },
});

sse.addEventListener('MyEvent', (messageEvent) => {});

Keywords

sse

FAQs

Package last updated on 27 Jan 2020

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