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

@mojaloop/central-services-metrics

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/central-services-metrics - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

2

lib/metrics.d.ts

@@ -41,3 +41,3 @@ /*****

private _alreadySetup;
/** Object containg the histogram values */
/** Object containing the histogram values */
private _histograms;

@@ -44,0 +44,0 @@ /** The options passed to the setup */

@@ -36,3 +36,3 @@ /*****

this._alreadySetup = false
/** Object containg the histogram values */
/** Object containing the histogram values */
this._histograms = {}

@@ -39,0 +39,0 @@ /** The options passed to the setup */

{
"name": "@mojaloop/central-services-metrics",
"version": "5.1.0",
"version": "5.2.0",
"description": "Shared code for metrics generation",

@@ -35,2 +35,5 @@ "main": "lib/index.js",

"author": "shashi165",
"contributors": [
"Georgi Georgiev <georgi.georgiev@modusbox.com>"
],
"license": "Apache-2.0",

@@ -42,11 +45,11 @@ "bugs": {

"dependencies": {
"@mojaloop/central-services-shared": "3.9.2-snapshot",
"prom-client": "11.2.0"
"@mojaloop/central-services-shared": "5.2.0",
"prom-client": "11.2.1"
},
"devDependencies": {
"@types/node": "10.12.10",
"@types/tape": "4.2.32",
"@types/node": "11.9.4",
"@types/tape": "4.2.33",
"debug": "4.1.1",
"faucet": "0.0.1",
"nyc": "13.1.0",
"nyc": "13.3.0",
"pre-commit": "1.2.2",

@@ -56,8 +59,8 @@ "standard": "12.0.1",

"tap-xunit": "2.3.0",
"tape": "4.9.1",
"tape": "4.10.1",
"tapes": "4.1.0",
"ts-node": "7.0.1",
"ts-node": "8.0.2",
"tslint": "5.12.1",
"typedoc": "0.13.0",
"typescript": "3.3.1"
"typedoc": "0.14.2",
"typescript": "3.3.3333"
},

@@ -64,0 +67,0 @@ "nyc": {

# central-services-metrics
[![npm version](https://badge.fury.io/js/%40mojaloop%2Fcentral-services-metrics.svg)](https://badge.fury.io/js/%40mojaloop%2Fcentral-services-metrics) [![CircleCI](https://circleci.com/gh/mojaloop/central-services-metrics.svg?style=svg)](https://circleci.com/gh/mojaloop/central-services-metrics)
[![Git Commit](https://img.shields.io/github/last-commit/mojaloop/central-services-metrics.svg?style=flat)](https://github.com/mojaloop/central-services-metrics/commits/master)
[![Git Releases](https://img.shields.io/github/release/mojaloop/central-services-metrics.svg?style=flat)](https://github.com/mojaloop/central-services-metrics/releases)
[![Npm Version](https://img.shields.io/npm/v/@mojaloop/central-services-metrics.svg?style=flat)](https://www.npmjs.com/package/@mojaloop/central-services-metrics)
[![NPM Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mojaloop/central-services-metrics.svg?style=flat)](https://www.npmjs.com/package/@mojaloop/central-services-metrics)
[![CircleCI](https://circleci.com/gh/mojaloop/central-services-metrics.svg?style=svg)](https://circleci.com/gh/mojaloop/central-services-metrics)

@@ -4,0 +8,0 @@ ## Installation

@@ -60,3 +60,3 @@ /*****

/** Object containg the histogram values */
/** Object containing the histogram values */
private _histograms: histogramsType = {}

@@ -63,0 +63,0 @@

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc