Comparing version 0.3.6 to 0.3.7
@@ -81,2 +81,3 @@ var Client = require('ssh2').Client | ||
disconnect: function(next) { | ||
next = next || function () {}; | ||
if (!sftp.isConnected()) return next() | ||
@@ -83,0 +84,0 @@ disconnecting = true |
{ | ||
"name": "whoosh", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A streaming sftp client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,3 +90,3 @@ # Whoosh | ||
}) | ||
``` | ||
#### Everything else | ||
@@ -93,0 +93,0 @@ |
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
19165
320