telnet-client
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -291,3 +291,3 @@ "use strict"; | ||
this.socket.write(data, () => { | ||
if (!this.opts.sendTimeout) { | ||
if (this.opts.sendTimeout) { | ||
sendTimer = setTimeout(() => { | ||
@@ -294,0 +294,0 @@ sendTimer = undefined; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
63560