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 6.8.7 to 7.0.0

6

CHANGES.md
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)

9

package.json
{
"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)

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