New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prometheus-tracking

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prometheus-tracking - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

6

lib/tracker.config.d.ts

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

export interface ITrackerConfig {
name: string;
port?: number;
startServer?: boolean;
collectDefaultMetrics?: boolean;
}
export declare class TrackerConfig {

@@ -2,0 +8,0 @@ name: string;

4

lib/tracker.d.ts

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

import { TrackerConfig } from './tracker.config';
import { ITrackerConfig } from './tracker.config';
import { Counter } from './tracker.counter';

@@ -16,3 +16,3 @@ import { Gauge } from './tracker.gauge';

static sumUp(timeTuples: Array<[number, number]>): number;
static getInstance(config: TrackerConfig): Tracker;
static getInstance(config: ITrackerConfig): Tracker;
private constructor();

@@ -19,0 +19,0 @@ /**

{
"name": "prometheus-tracking",
"version": "0.2.6",
"version": "0.2.7",
"description": "prometheus-tracking",

@@ -5,0 +5,0 @@ "author": "",

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