telnet-client
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -79,3 +79,3 @@ /// <reference types="node" /> | ||
write(data: Buffer | string, opts?: SendOptions, callback?: Callback<string>): Promise<string>; | ||
getSocket(): Socket; | ||
getSocket(): Socket | null; | ||
end(): Promise<void>; | ||
@@ -82,0 +82,0 @@ destroy(): Promise<void>; |
@@ -60,2 +60,3 @@ "use strict"; | ||
this.response = undefined; | ||
this.socket = null; | ||
this.state = null; | ||
@@ -62,0 +63,0 @@ this.on('data', data => this.pushNextData(data)); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"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
63270
627