telnet-client
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -11,3 +11,3 @@ import { EventEmitter } from 'events'; | ||
timeout?: number; | ||
shellPrompt?: string; | ||
shellPrompt?: string|RegExp; | ||
loginPrompt?: string|RegExp; | ||
@@ -14,0 +14,0 @@ passwordPrompt?: string|RegExp; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "types": "./lib/index.d.ts", |
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
49649