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 7.7.0 to 7.7.1

3

CHANGES.md
CHANGELOG
=========
## 7.7.1 (2020-8-4)
* @DerGut Fix udsGracefulErrorHandling default value
## 7.7.0 (2020-7-29)

@@ -5,0 +8,0 @@ * @tebriel Add asyncDistTimer function

2

lib/statsd.js

@@ -122,3 +122,3 @@ const util = require('util'),

// does not support options.isChild (how to re-create a socket you didn't create?)
if (!options.isChild && options.protocol === PROTOCOL.UDS && options.udsGracefulErrorHandling) {
if (!options.isChild && options.protocol === PROTOCOL.UDS && this.udsGracefulErrorHandling) {
const socketCreateLimit = options.udsGracefulRestartRateLimit || UDS_DEFAULT_GRACEFUL_RESTART_LIMIT; // only recreate once per second

@@ -125,0 +125,0 @@ const lastSocketCreateTime = Date.now();

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

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

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