ts-sftp-server
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -665,5 +665,2 @@ "use strict"; | ||
let username; | ||
client.on('close', () => { | ||
client.end(); | ||
}); | ||
// On Error | ||
@@ -712,2 +709,5 @@ client.on('error', (err) => { | ||
}); | ||
client.on('end', () => { | ||
client.end(); | ||
}); | ||
client.on('close', () => { | ||
@@ -719,3 +719,4 @@ console.log('Disconected:', username); | ||
__classPrivateFieldGet(this, _SFTPServer_instances, "m", _SFTPServer_executeMidleware).call(this, req, {}, _this, 'DISCONNECT'); | ||
client.end(); | ||
}); | ||
}; |
{ | ||
"name": "ts-sftp-server", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"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
44563
750