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

peertalk

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peertalk

Unofficial PeerTalk module for Node.js

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

node-peertalk

Unofficial PeerTalk module for Node.js

This module allows you to use PeerTalk by rsms to communicate with an iOS device through USB, more information is available on the PeerTalk GitHub repository.

It uses ES6 syntax, which makes it incompatible with older versions of Node.js.

Install

npm install [-g] peertalk

Prerequisites: usbmux

Module Usage

  • Port {integer}
  • Options {object} - Options for node-usbmux
const PeerTalk = require("peertalk"),
      peertalk = new PeerTalk();

peertalk.then((device) => {
    // device.emit("send", "PeerTalk message here!");
    // device.on("data", (data) => { // do something });
});

Credits

Keywords

peertalk

FAQs

Package last updated on 02 Jul 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