Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9.0 to 1.9.1

2

nodes/ftps.js

@@ -103,3 +103,3 @@ /**

case 'get':
const ftpfilename = node.workdir + node.filename;
let ftpfilename = node.workdir + node.filename;
if (msg.payload.filename) ftpfilename = msg.payload.filename;

@@ -106,0 +106,0 @@ let str = '';

{
"name": "@yousolution/node-red-contrib-you-ftp-sftp",
"version": "1.9.0",
"version": "1.9.1",
"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",

Sorry, the diff of this file is not supported yet

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