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

binaryjs-client

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binaryjs-client

BinaryJS Client for browsers bundled for Webpack

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
116
-23.18%
Maintainers
1
Weekly downloads
 
Created
Source

BinaryJS Client

BinaryJS client package for use in the browser with Webpack/Browserify

All credit goes to original authors of BinaryJS. I have just modified it to be suitable as an npm package.

Usage

Install using npm:

npm install binaryjs-client

Then import the package (ES6):

// app.js
import {BinaryClient} from 'binaryjs-client';

const client = new BinaryClient('ws://localhost:9000');

Or ES5:

// app.js
var BinaryClient = require('binaryjs-client').BinaryClient;

const client = new BinaryClient('ws://localhost:9000');

Built using BinaryJS version 0.2.2.

Keywords

binaryjs

FAQs

Package last updated on 05 Jan 2016

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