Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.10 to 1.1.11

6

lib/client.js

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

if(client.config.stopRetrying || client.retriesRemaining<1){
if(
client.config.maxRetries!==false && (
client.config.stopRetrying || client.retriesRemaining<1
)
){
client.log(

@@ -86,0 +90,0 @@ client.config.id.variable,

2

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