telnet-client
Advanced tools
Comparing version 0.15.4 to 0.15.5
@@ -125,3 +125,3 @@ 'use strict' | ||
this.ors = opts.ors || this.ors | ||
this.echoLines = opts.echoLines || this.echoLines | ||
this.echoLines = (typeof opts.echoLines !== 'undefined' ? opts.echoLines : this.echoLines) | ||
this.maxBufferLength = opts.maxBufferLength || this.maxBufferLength | ||
@@ -128,0 +128,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.15.4", | ||
"version": "0.15.5", | ||
"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
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
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
45394
18
992
11
2