Socket
Socket
Sign inDemoInstall

node-ipc

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipc - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

4

example/unixSocket/basic/hello-client.js

@@ -10,3 +10,3 @@ var ipc=require('../../../node-ipc');

ipc.config.id = 'hello';
ipc.config.id = false;
ipc.config.retry = 1000;

@@ -24,3 +24,3 @@

{
id : ipc.config.id,
//id : ipc.config.id,
message : 'hello'

@@ -27,0 +27,0 @@ }

@@ -306,3 +306,3 @@ var net = require('net'),

var socket=server.sockets[i];
var destroyedSocketId=null;
var destroyedSocketId=false;

@@ -309,0 +309,0 @@ if(socket){

{
"name": "node-ipc",
"version": "1.1.5",
"version": "1.1.6",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",

@@ -5,0 +5,0 @@ "main": "node-ipc.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc