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 8.3.0 to 8.8.0

audit-resolve.json

4

lib/metrics.d.ts

@@ -61,3 +61,7 @@ /*****

getOptions: () => metricOptionsType;
/**
* To check is it the Metrics already initiated
*/
isInitiated: () => boolean;
}
export { Metrics, metricOptionsType };

@@ -92,2 +92,8 @@ /*****

}
/**
* To check is it the Metrics already initiated
*/
this.isInitiated = () => {
return this._alreadySetup
}
}

@@ -94,0 +100,0 @@ }

2

package.json
{
"name": "@mojaloop/central-services-metrics",
"version": "8.3.0",
"version": "8.8.0",
"description": "Shared code for metrics generation",

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

@@ -121,2 +121,9 @@ /*****

}
/**
* To check is it the Metrics already initiated
*/
isInitiated = (): boolean => {
return this._alreadySetup
}
}

@@ -123,0 +130,0 @@

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