Socket
Socket
Sign inDemoInstall

prom-client

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prom-client - npm Package Compare versions

Comparing version 14.0.0 to 14.0.1

12

index.d.ts

@@ -560,8 +560,6 @@ // Type definitions for prom-client

* @param params Push parameters
* @param callback Callback when request is complete
*/
pushAdd(
params: Pushgateway.Parameters,
callback: (error?: Error, httpResponse?: any, body?: any) => void,
): void;
): Promise<{ resp?: unknown, body?: unknown }>;

@@ -571,8 +569,6 @@ /**

* @param params Push parameters
* @param callback Callback when request is complete
*/
push(
params: Pushgateway.Parameters,
callback: (error?: Error, httpResponse?: any, body?: any) => void,
): void;
): Promise<{ resp?: unknown, body?: unknown }>;

@@ -582,8 +578,6 @@ /**

* @param params Push parameters
* @param callback Callback when request is complete
*/
delete(
params: Pushgateway.Parameters,
callback: (error?: Error, httpResponse?: any, body?: any) => void,
): void;
): Promise<{ resp?: unknown, body?: unknown }>;
}

@@ -590,0 +584,0 @@

{
"name": "prom-client",
"version": "14.0.0",
"version": "14.0.1",
"description": "Client for prometheus",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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