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.1 to 0.3.2

2

lib/index.js

@@ -127,2 +127,4 @@ "use strict";

let midlewarePointer = 0;
// Grant current command is always passed
req.command = eventString;
const next = () => {

@@ -129,0 +131,0 @@ midlewarePointer += 1;

2

package.json
{
"name": "ts-sftp-server",
"version": "0.3.1",
"version": "0.3.2",
"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