Comparing version 2.2.6 to 2.2.7
@@ -0,0 +0,0 @@ var extend = require('./util').extend, |
@@ -478,3 +478,6 @@ var EventEmitter = require('events').EventEmitter, | ||
var argsf = [auth, args.opts, args.callback]; | ||
var argsf = [args.opts, args.callback]; | ||
if(auth) { | ||
argsf = [auth, args.opts, args.callback]; | ||
} | ||
return this.createImage.apply(this, argsf); | ||
@@ -481,0 +484,0 @@ }; |
@@ -0,0 +0,0 @@ var util = require('./util'); |
@@ -0,0 +0,0 @@ var util = require('./util'); |
@@ -0,0 +0,0 @@ var util = require('./util'); |
@@ -0,0 +0,0 @@ var util = require('./util'); |
{ | ||
"name": "dockerode", | ||
"description": "Docker Remote API module.", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"author": "Pedro Dias <petermdias@gmail.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
@@ -0,0 +0,0 @@ # dockerode |
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
1481
52503