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

node-comm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-comm

Socket(Net), Serial and File communication module

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Node.js Comm Module

Socket, server socket, serial, file all-in-one communication module. You can easily handle all unified events in simple block.

Create a Socket

const CommBuilder = requier("node-comm");

var socket = CommBuilder.setType("socket").setConfig({
    type: "client",
    host: "localhost",
    port: 50001,
    family: 4,  // IPv4 | IPv6
    isContinuous: false
}).build();

FAQs

Package last updated on 08 May 2017

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