Socket
Socket
Sign inDemoInstall

ftps

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.6 to 0.4.7

2

index.js

@@ -69,3 +69,3 @@ var spawn = require('child_process').spawn,

if (typeof cmd !== 'string') return '';
return cmd.replace(/(["\s'$`\\])/g,'\\$1')
return cmd.replace(/([&"\s'$`\\])/g,'\\$1')
}

@@ -72,0 +72,0 @@ FTP.prototype._escapeshell = function(cmd) {

{
"name": "ftps",
"version": "0.4.6",
"version": "0.4.7",
"author": {

@@ -5,0 +5,0 @@ "name" : "Sébastien Chopin" ,

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