Comparing version 0.0.10 to 0.0.11
@@ -277,3 +277,3 @@ var dgram = require('dgram') | ||
// | ||
batch = {}; | ||
var batch = {}; | ||
for(var i in stats) { | ||
@@ -573,3 +573,3 @@ batch[stats[i]] = delta + '|c'; | ||
Object.keys(stats).forEach(function construct_sampled(stat) { | ||
value = stats[stat]; | ||
var value = stats[stat]; | ||
sampled_stats[stat] = value + '|@' + sample_rate; | ||
@@ -576,0 +576,0 @@ }); |
{ "name" : "lynx" | ||
, "description" : "Minimalistic StatsD client for Node.js programs" | ||
, "version" : "0.0.10" | ||
, "version" : "0.0.11" | ||
, "author" : "Lloyd Hilaiel" | ||
@@ -5,0 +5,0 @@ , "contributors": [ "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)" ] |
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
41135
25
1226