Comparing version 1.1.10 to 1.1.11
@@ -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, |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84578
1909