Comparing version 0.0.8 to 0.0.9
@@ -41,4 +41,4 @@ var dgram = require('dgram') | ||
// | ||
this.host = host; | ||
this.port = port; | ||
this.host = host || '127.0.0.1'; | ||
this.port = port || 8125; | ||
@@ -45,0 +45,0 @@ // |
{ "name" : "lynx" | ||
, "description" : "Minimalistic StatsD client for Node.js programs" | ||
, "version" : "0.0.8" | ||
, "version" : "0.0.9" | ||
, "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
39234