telnet-client
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -49,3 +49,3 @@ import { EventEmitter } from 'events'; | ||
export default class telnet_client extends EventEmitter implements ConnectOptions { | ||
export default class telnet_client extends EventEmitter { | ||
constructor(); | ||
@@ -52,0 +52,0 @@ |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.2.1", | ||
"version": "1.2.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
49904