Socket
Socket
Sign inDemoInstall

hot-shots

Package Overview
Dependencies
Maintainers
1
Versions
90
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.2 to 6.8.3

3

CHANGES.md
CHANGELOG
=========
## 6.8.3 (2019-12-15)
* @gleb-rudenko Fix StatsD constructor typing
## 6.8.2 (2019-11-12)

@@ -5,0 +8,0 @@ * @almandsky Fix useDefaultRoute to work again after abstract transports

2

package.json
{
"name": "hot-shots",
"description": "Node.js client for StatsD, DogStatsD, and Telegraf",
"version": "6.8.2",
"version": "6.8.3",
"author": "Steve Ivy",

@@ -6,0 +6,0 @@ "types": "./types.d.ts",

@@ -135,3 +135,3 @@ import dgram = require("dgram");

declare const StatsDClient: StatsD;
declare const StatsDClient: new (options?: ClientOptions) => StatsD;
export default StatsDClient;
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