Socket
Socket
Sign inDemoInstall

@pager/metrics-client

Package Overview
Dependencies
24
Maintainers
11
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.1 to 5.0.0

2

lib/index.js

@@ -6,3 +6,3 @@ 'use strict';

const NativeMetrics = require('@newrelic/native-metrics');
const Joi = require('@hapi/joi');
const Joi = require('joi');
const Hoek = require('@hapi/hoek');

@@ -9,0 +9,0 @@

'use strict';
const Joi = require('@hapi/joi');
const Joi = require('joi');

@@ -5,0 +5,0 @@ const internals = {};

'use strict';
const { Gauge } = require('prom-client');
const Joi = require('@hapi/joi');
const Joi = require('joi');

@@ -6,0 +6,0 @@ const Base = require('./base');

'use strict';
const { Gauge } = require('prom-client');
const Joi = require('@hapi/joi');
const Joi = require('joi');
const Hoek = require('@hapi/hoek');

@@ -6,0 +6,0 @@

{
"name": "@pager/metrics-client",
"version": "4.3.1",
"version": "5.0.0",
"description": "Hapi-centric Prometheus Plugin and optional endpoint",

@@ -15,6 +15,6 @@ "main": "lib/index.js",

"engines": {
"node": ">=10"
"node": ">=12"
},
"author": "",
"license": "ISC",
"author": "engineering@pager.com",
"license": "MIT",
"bugs": {

@@ -25,14 +25,19 @@ "url": "https://github.com/pagerinc/metrics-client/issues"

"dependencies": {
"@hapi/hoek": "9.x",
"@hapi/joi": "17.x",
"@newrelic/native-metrics": "5.x",
"@hapi/hoek": "^9.0.4",
"@newrelic/native-metrics": "^5.3.0",
"joi": "^17.2.1",
"prom-client": "11.x.x"
},
"devDependencies": {
"@hapi/code": "8.x",
"@hapi/code": "^8.0.2",
"@hapi/eslint-config-hapi": "13.x",
"@hapi/eslint-plugin-hapi": "4.x",
"@hapi/hapi": "19.x",
"@hapi/lab": "22.x"
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^23.0.0"
},
"renovate": {
"extends": [
"github>pagerinc/renovate-config"
]
}
}
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