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

signald-node

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

signald-node

Client library for signald

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

signald-node - client library for signald

This project is still a WIP; however, it is still usable.

Usage:

const Signal = require("signald-node");
var client = new Signal("+123456789");
client.link().then(r => {
    console.log(r);
});

All of the message types laid out by signald's socket protocol are exposed via functions on the Signal object. Those functions return Promises.

Feedback

Please let me know of any bugs, crashes, unstableness or wonkiness in the issues or reach out to me on #signald on freenode.

FAQs

Package last updated on 22 Sep 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