Comparing version 4.7.1 to 4.8.0
CHANGELOG | ||
========= | ||
## 4.8.0 (2017-10-31) | ||
* @Jiggmin concat prefix and suffix in check function | ||
* @Jiggmin commit package-lock.json | ||
## 4.7.1 (2017-10-31) | ||
@@ -5,0 +9,0 @@ * @Jiggmin Add backwards compatibility for global_tags |
@@ -207,3 +207,4 @@ "use strict"; | ||
} | ||
var check = ['_sc', name, status], | ||
var check = ['_sc', this.prefix + name + this.suffix, status], | ||
metadata = options || {}; | ||
@@ -210,0 +211,0 @@ |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "4.7.1", | ||
"version": "4.8.0", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
51004
9
989