Socket
Socket
Sign inDemoInstall

tsl-umd

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tsl-umd

TSL-UMD Protocol Library for Node.js


Version published
Weekly downloads
46
decreased by-2.13%
Maintainers
1
Install size
335 kB
Created
Weekly downloads
 

Readme

Source

npm version Downloads Dependency Status Build Status MIT license GitHub issues GitHub forks GitHub stars

Getting Started

npm install tsl-umd

Example

var UMD = require('tsl-umd');
var umd = new UMD(5001);

umd.on('message', function(tally) {
	console.log("Tally update:", tally);
);

Tested OK with

  • tslumd_1.0 on Ross Carbonite mixers
  • Axon Cerebrum

Git

Author

William Viker <william.viker@gmail.com>

Keywords

FAQs

Last updated on 13 Feb 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc