Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-sftp-server

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-sftp-server - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

7

lib/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc