ts-sftp-server
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -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; |
{ | ||
"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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44543
749
0