@icetee/ftp
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -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); |
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
52517
6
1230