Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hot-shots

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hot-shots - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc