ts-sftp-server
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -709,2 +709,7 @@ "use strict"; | ||
client.on('end', () => { | ||
console.log('Disconected:', username); | ||
let req = Object.assign(Object.assign({}, remoteInfo), { credentials: { | ||
username, | ||
} }); | ||
__classPrivateFieldGet(this, _SFTPServer_instances, "m", _SFTPServer_executeMidleware).call(this, req, {}, _this, 'DISCONNECT'); | ||
client.end(); | ||
@@ -711,0 +716,0 @@ }); |
{ | ||
"name": "ts-sftp-server", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "NodeJS SFTP Server using TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
44871
755