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

easy-ftp

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-ftp - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

8

lib/Easy-ftp.js

@@ -517,3 +517,9 @@ 'use strict';

deleteChild(p, function(err){
if(cb) cb(err);
if(!err)
{
self.rm(p, function(err){
if(cb) cb(err);
});
}
else if(cb) cb(err);
});

@@ -520,0 +526,0 @@ }

2

package.json
{
"name": "easy-ftp",
"version": "0.3.10",
"version": "0.3.11",
"description": "easy ftp and sftp",

@@ -5,0 +5,0 @@ "main": "lib/easy-ftp",

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