telnet-client
Advanced tools
Comparing version 0.15.3 to 0.15.4
@@ -302,3 +302,5 @@ 'use strict' | ||
else if (promptIndex !== -1) { | ||
this.shellPrompt = stringData.substring(promptIndex) | ||
if (!(this.shellPrompt instanceof RegExp)) | ||
this.shellPrompt = stringData.substring(promptIndex) | ||
this.state = 'standby' | ||
@@ -305,0 +307,0 @@ this.inputBuffer = '' |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 6.9.1", |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
1
26010
6
341