telnet-client
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -237,3 +237,3 @@ // Node.js Telnet client | ||
telnetObj.stringData += stringData | ||
promptIndex = telnetObj.stringData.indexOf(telnetObj.shellPrompt) | ||
promptIndex = search(telnetObj.stringData, telnetObj.shellPrompt) | ||
@@ -240,0 +240,0 @@ if (promptIndex === -1 && stringData.length !== 0) { |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"main": "./lib/telnet-client.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 0.10.29", |
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
271649