@icetee/ftp
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -59,3 +59,3 @@ /* eslint prefer-destructuring: ["error", {VariableDeclarator: {object: true}}] */ | ||
if (this.debug) console.error(`[parser] < ${inspect(this.buffer)}`); | ||
this.debug && this.debug(`[parser] < ${inspect(this.buffer)}`); | ||
@@ -78,3 +78,3 @@ // We have a terminating response line | ||
if (this.debug) console.error(`[parser] Response: code=${code}, buffer=${inspect(text)}`); | ||
this.debug && this.debug(`[parser] Response: code=${code}, buffer=${inspect(text)}`); | ||
this.emit('response', code, text); | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "@icetee/ftp", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
68329