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 4.7.0 to 4.7.1

#CHANGES.md#

3

CHANGES.md
CHANGELOG
=========
## 4.7.1 (2017-10-31)
* @Jiggmin Add backwards compatibility for global_tags
## 4.7.0 (2017-9-21)

@@ -5,0 +8,0 @@ * @bdeitte Revert TypeScript typings, which ended up not being semver minor

@@ -46,2 +46,5 @@ "use strict";

// hidden global_tags option for backwards compatibility
options.globalTags = options.globalTags || options.global_tags;
this.host = options.host || 'localhost';

@@ -48,0 +51,0 @@ this.port = options.port || 8125;

2

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

@@ -6,0 +6,0 @@ "contributors": [

@@ -20,3 +20,2 @@ # hot-shots

1. Change node-statsd to hot-shots in all requires
2. Change global_stats to globalStats as a parameter name

@@ -23,0 +22,0 @@ You may also want to use the Datadog events support in here instead of other libraries. You can also check the detailed [change log](https://github.com/brightcove/hot-shots/blob/master/CHANGES.md) for what has changed since the last release of node-statsd.

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