Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icetee/ftp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icetee/ftp - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14

5

lib/connection.js

@@ -119,6 +119,7 @@ var fs = require('fs'),

if (retval === RETVAL.ERR_TEMP || retval === RETVAL.ERR_PERM) {
if (self._curReq)
if (self._curReq && self._curReq.cmd !== 'NOOP') {
self._curReq.cb(makeError(code, text), undefined, code);
else
} else {
self.emit('error', makeError(code, text));
}
} else if (self._curReq)

@@ -125,0 +126,0 @@ self._curReq.cb(undefined, text, code);

2

package.json
{
"name": "@icetee/ftp",
"version": "0.3.13",
"version": "0.3.14",
"author": "Tamás András Horváth <htomy92@gmail.com>",

@@ -5,0 +5,0 @@ "contributors": [

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