Comparing version 0.0.2 to 0.0.3
@@ -21,5 +21,5 @@ var Dogstatsy = require('dogstatsy'); | ||
socketPath: modem.socketPath, | ||
host: modem.host, | ||
dockerHost: modem.host, | ||
port: modem.post, | ||
version: modem.version, | ||
dockerVersion: modem.version, | ||
success: err == null, | ||
@@ -26,0 +26,0 @@ statusCode: err && err.statusCode |
{ | ||
"name": "dogerode", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "DogStatsD shim for dockerode", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,3 +22,3 @@ var setCallback = require('dogstatsy/test/fixtures/DogStatsD'); | ||
setCallback(stat, '|h', function (err, stat, val, tags) { | ||
if (stat !== stat || tags.path !== '/containers/json?') { | ||
if (stat !== stat || tags.path !== '/containers/json') { | ||
done(new Error('mismatch')); | ||
@@ -25,0 +25,0 @@ } else { |
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
3205