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

package-lock.json

4

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

3

lib/statsd.js

@@ -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": [

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