New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yousolution/node-red-contrib-you-ftp-sftp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yousolution/node-red-contrib-you-ftp-sftp - npm Package Compare versions

Comparing version 1.8.11 to 1.9.0

nodes/ftps.html

9

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

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