Comparing version 8.2.0 to 8.2.1
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. |
{ | ||
"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; |
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
83658