Comparing version 6.8.7 to 7.0.0
CHANGELOG | ||
========= | ||
## 7.0.0 (2020-2-13) | ||
* @tomruggs Remove support for Node 6- now supporting Node 8.x or higher | ||
* @tomruggs Update to the latest mocha version to get rid of a security warning | ||
## 6.8.7 (2020-2-10) | ||
* @mrknmc Fix TyperError when increment call without a callback argument | ||
* @mrknmc Fix TypeError when increment called without a callback argument | ||
@@ -7,0 +11,0 @@ ## 6.8.6 (2020-1-28) |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "6.8.7", | ||
"version": "7.0.0", | ||
"author": "Steve Ivy", | ||
@@ -42,6 +42,7 @@ "types": "./types.d.ts", | ||
"eslint": "5.9.x", | ||
"mocha": "4.x", | ||
"nyc": "14.x" | ||
"mocha": "6.2.x", | ||
"nyc": "15.x" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": {} | ||
} |
@@ -18,3 +18,3 @@ # hot-shots | ||
hot-shots supports Node 6.x and higher. | ||
hot-shots supports Node 8.x and higher. | ||
@@ -21,0 +21,0 @@ [![Build Status](https://secure.travis-ci.org/brightcove/hot-shots.png?branch=master)](http://travis-ci.org/brightcove/hot-shots) |
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
74090