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.2.0 to 8.2.1

3

CHANGES.md
CHANGELOG
=========
## 8.2.1 (2020-12-1)
* @stephenmathieson Make close callback optional in TypeScript definition
## 8.2.0 (2020-9-30)

@@ -5,0 +8,0 @@ * @dhermes Making UDS error handling and recovery more robust. Note these look to be ok in a minor release but are signficant upgrades to how UDS works. Thanks as well to @prognant for an overlapping PR.

2

package.json
{
"name": "hot-shots",
"description": "Node.js client for StatsD, DogStatsD, and Telegraf",
"version": "8.2.0",
"version": "8.2.1",
"author": "Steve Ivy",

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

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

close(callback: (error?: Error) => void): void;
close(callback?: (error?: Error) => void): void;

@@ -136,0 +136,0 @@ event(title: string, text?: string, options?: EventOptions, tags?: Tags, callback?: StatsCb): void;

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