Comparing version 0.2.8 to 0.2.9
@@ -231,2 +231,6 @@ /* | ||
this.addCmdListener = function(listener) { | ||
this.emitter.on("command", listener); | ||
}; | ||
this._log = function(msg) { | ||
@@ -233,0 +237,0 @@ console.log("\n" + msg); |
{ | ||
"name": "jsftp", | ||
"id": "jsftp", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A sane FTP client implementation for NodeJS", | ||
@@ -6,0 +6,0 @@ "keywords": [ "ftp", "protocol", "files", "server", "client", "async" ], |
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
332843
1511