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.3 to 0.3.4

5

lib/index.js

@@ -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 @@ });

2

package.json
{
"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",

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