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 8.5.0 to 8.5.1

10

CHANGES.md
CHANGELOG
=========
## 8.5.1 (2021-9-2)
* @tim-crisp TypeScript update: add stream to protocol string union type
* @bdeitte Bump path-parse (used just in dev builds) from 1.0.6 to 1.0.7
## 8.5.0 (2021-7-16)
@maxday Add a closingFlushInterval option which allows stopping quicker
* @maxday Add a closingFlushInterval option which allows stopping quicker
## 8.4.0 (2021-7-3)
@roim Use errorHandler when possible on UDS socket replace error
* @roim Use errorHandler when possible on UDS socket replace error
## 8.3.2 (2021-5-29)
@cmaddalozzo Close unix domain socket after unsuccessful attempts to connect
* @cmaddalozzo Close unix domain socket after unsuccessful attempts to connect

@@ -13,0 +17,0 @@ ## 8.3.1 (2021-4-1)

{
"name": "hot-shots",
"description": "Node.js client for StatsD, DogStatsD, and Telegraf",
"version": "8.5.0",
"version": "8.5.1",
"author": "Steve Ivy",

@@ -6,0 +6,0 @@ "types": "./types.d.ts",

@@ -20,3 +20,3 @@ import dgram = require("dgram");

prefix?: string;
protocol?: 'tcp' | 'udp' | 'uds';
protocol?: 'tcp' | 'udp' | 'uds' | 'stream';
sampleRate?: number;

@@ -23,0 +23,0 @@ socket?: dgram.Socket;

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