Socket
Socket
Sign inDemoInstall

node-red-contrib-ftp-sftp

Package Overview
Dependencies
14
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.9 to 1.6.0

2

package.json
{
"name": "node-red-contrib-ftp-sftp",
"version": "1.5.9",
"version": "1.6.0",
"description": "A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details",

@@ -5,0 +5,0 @@ "main": "sftp.js",

@@ -146,3 +146,3 @@ /**

conn.sftp(function (err, sftp) {
if (err) throw err;
if (err) node.error(err);
var ftpfilename = node.workdir + node.filename;

@@ -149,0 +149,0 @@ if (msg.payload.filename)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc