Comparing version 2.3.3 to 2.3.4
@@ -23,4 +23,6 @@ var EventEmitter = require('events').EventEmitter, | ||
if (!(this instanceof Docker)) return new Docker(opts); | ||
this.modem = new Modem(opts); | ||
this.modem.Promise = opts.Promise || global.Promise; | ||
this.modem.Promise = opts && opts.Promise || global.Promise; | ||
}; | ||
@@ -27,0 +29,0 @@ |
{ | ||
"name": "dockerode", | ||
"description": "Docker Remote API module.", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"author": "Pedro Dias <petermdias@gmail.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
Sorry, the diff of this file is not supported yet
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
147028