docker-modem
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -31,3 +31,2 @@ var Client = require('ssh2').Client, | ||
conn.once('end', () => agent.destroy()); | ||
return agent; | ||
@@ -44,2 +43,4 @@ } catch (err) { | ||
} | ||
return agent; | ||
}; |
{ | ||
"name": "docker-modem", | ||
"description": "Docker remote API network layer module.", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"author": "Pedro Dias <petermdias@gmail.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
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
45317