Comparing version 0.6.0 to 0.6.1
@@ -166,3 +166,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
} | ||
_this._log.debug("Accepted connection from %s:%d rejected", con.remoteAddress, con.remotePort); | ||
_this._log.debug("Accepted connection from %s:%d", con.remoteAddress, con.remotePort); | ||
if (typeof result == 'object') | ||
@@ -169,0 +169,0 @@ info.req._sftpSessionInfo = result; |
{ | ||
"name": "sftp-ws", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "SFTP over WebSockets - client and server library", | ||
@@ -5,0 +5,0 @@ "main": "./lib/sftp.js", |
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
196593