Socket
Socket
Sign inDemoInstall

node-ipc

Package Overview
Dependencies
Maintainers
12
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 9.1.3 to 9.1.4

.gitattributes

3

dao/client.js

@@ -191,2 +191,5 @@ 'use strict';

function retryTimeout(){
if (client.explicitlyDisconnected) {
return;
}
client.retriesRemaining--;

@@ -193,0 +196,0 @@ client.connect();

2

package.json
{
"name": "node-ipc",
"version": "9.1.3",
"version": "9.1.4",
"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",

node-ipc
================
**v10.x development underway. This includes an apache 2.0 licence**
*a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets.

@@ -6,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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