Socket
Socket
Sign inDemoInstall

@shopify/statsd

Package Overview
Dependencies
33
Maintainers
27
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

2

build/cjs/client.js

@@ -11,5 +11,3 @@ 'use strict';

constructor(options) {
this.statsd = void 0;
this.logger = console;
this.options = void 0;

@@ -16,0 +14,0 @@ if (isChildOptions(options)) {

4

build/ts/client.d.ts

@@ -5,3 +5,3 @@ import { StatsD, ClientOptions as HotShotClientOptions, ChildClientOptions as HotShotChildOptions } from 'hot-shots';

}
declare type Tags = {
type Tags = {
[key: string]: string | number | boolean | null | undefined;

@@ -20,3 +20,3 @@ } | string[];

}
export declare type Options = ClientOptions | ChildOptions;
export type Options = ClientOptions | ChildOptions;
export declare class StatsDClient {

@@ -23,0 +23,0 @@ protected statsd: StatsD;

@@ -1,1 +0,1 @@

module.exports = require("./build/cjs/index.js");
module.exports = require("./build/cjs/index.js");
{
"name": "@shopify/statsd",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "An opinionated StatsD client for Shopify Node.js servers and other StatsD utilities",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc