Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for statsd and DogStatsD", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -11,3 +11,3 @@ # hot-shots | ||
``` | ||
$ npm install node-statsd | ||
$ npm install hot-shots | ||
``` | ||
@@ -53,3 +53,3 @@ | ||
```javascript | ||
var StatsD = require('node-statsd'), | ||
var StatsD = require('hot-shots'), | ||
client = new StatsD(); | ||
@@ -118,3 +118,3 @@ | ||
In the event that there is a socket error, `node-statsd` will allow this error to bubble up. If you would like to catch the errors, just attach a listener to the socket property on the instance. | ||
In the event that there is a socket error, `hot-shots` will allow this error to bubble up. If you would like to catch the errors, just attach a listener to the socket property on the instance. | ||
@@ -121,0 +121,0 @@ ```javascript |
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
23103