telnet-client
Advanced tools
Comparing version 0.15.2 to 0.15.3
@@ -26,3 +26,3 @@ 'use strict' | ||
this.loginPrompt = (typeof opts.loginPrompt !== 'undefined' ? opts.loginPrompt : /login[: ]*$/i) | ||
this.passwordPrompt = (typeof opts.passwordPrompt !== 'undefined' ? opts.passwordPrompt : /Password: /i) | ||
this.passwordPrompt = (typeof opts.passwordPrompt !== 'undefined' ? opts.passwordPrompt : /Password[: ]*$/i) | ||
this.failedLoginMatch = opts.failedLoginMatch | ||
@@ -29,0 +29,0 @@ this.loginPromptReceived = false |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 6.9.1", |
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
42631
17
907