Comparing version 5.5.0 to 5.5.1
CHANGELOG | ||
========= | ||
## 5.5.1 (2018-5-30) | ||
* @emou Typescript declaration for the 'timer' method | ||
## 5.5.0 (2018-5-30) | ||
@@ -5,0 +8,0 @@ * @drewen Split up single file, add code coverage capabilities |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "types": "./types.d.ts", |
@@ -77,2 +77,3 @@ import dgram = require("dgram"); | ||
timing(stat: string | string[], value: number, sampleRate?: number, tags?: Tags, callback?: StatsCb): void; | ||
timer(func: (...args: any[]) => any, stat: string, sampleRate: number, tags?: Tags, callback?: StatsCb): (...args: any[]) => any; | ||
histogram(stat: string | string[], value: number, sampleRate?: number, tags?: Tags, callback?: StatsCb): void; | ||
@@ -79,0 +80,0 @@ distribution(stat: string | string[], value: number, sampleRate?: number, 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
48155
768