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 8.5.1 to 8.5.2

5

CHANGES.md
CHANGELOG
=========
## 8.5.2 (2021-9-26)
* @amc6 TypeScript: add missing decrement overload type
## 8.5.1 (2021-9-2)
* @tim-crisp TypeScript update: add stream to protocol string union type
* @tim-crisp TypeScript: add stream to protocol string union type
* @bdeitte Bump path-parse (used just in dev builds) from 1.0.6 to 1.0.7

@@ -7,0 +10,0 @@

2

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

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

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

decrement(stat: string): void;
decrement(stat: string, tags?: Tags): void;
decrement(stat: string | string[], value: number, sampleRate?: number, tags?: Tags, callback?: StatsCb): void;

@@ -86,0 +87,0 @@ decrement(stat: string | string[], value: number, tags?: Tags, callback?: StatsCb): void;

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