@yousolution/node-red-contrib-you-ftp-sftp
Advanced tools
Comparing version 1.8.11 to 1.9.0
{ | ||
"name": "@yousolution/node-red-contrib-you-ftp-sftp", | ||
"version": "1.8.11", | ||
"version": "1.9.0", | ||
"description": "A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details", | ||
@@ -19,2 +19,3 @@ "main": "sftp.js", | ||
"sftp", | ||
"ftps", | ||
"redconnect" | ||
@@ -25,3 +26,4 @@ ], | ||
"ftp": "nodes/ftp.js", | ||
"sftp": "nodes/sftp.js" | ||
"sftp": "nodes/sftp.js", | ||
"ftps": "nodes/ftps.js" | ||
} | ||
@@ -38,3 +40,4 @@ }, | ||
"jsftp": "git+https://github.com/sergi/jsftp.git", | ||
"ssh2-sftp-client": "^1.1.0" | ||
"ssh2-sftp-client": "^1.1.0", | ||
"basic-ftp": "^5.0.2" | ||
}, | ||
@@ -41,0 +44,0 @@ "devDependencies": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
60861
11
641
4
5
+ Addedbasic-ftp@^5.0.2
+ Addedbasic-ftp@5.0.5(transitive)