Socket
Socket
Sign inDemoInstall

@hyperledger/caliper-core

Package Overview
Dependencies
19
Maintainers
3
Versions
262
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1-unstable-20240422080133 to 0.5.1-unstable-20240422122901

3

lib/worker/tx-observers/prometheus-push-tx-observer.js

@@ -23,3 +23,2 @@ /*

const prometheusClient = require('prom-client');
const prometheusGcStats = require('prometheus-gc-stats');

@@ -95,4 +94,2 @@ const Logger = CaliperUtils.getLogger('prometheus-push-tx-observer');

});
const startGcStats = prometheusGcStats(this.registry);
startGcStats();
}

@@ -99,0 +96,0 @@

@@ -24,3 +24,2 @@ /*

const prometheusClient = require('prom-client');
const prometheusGcStats = require('prometheus-gc-stats');

@@ -103,4 +102,2 @@ const Logger = CaliperUtils.getLogger('prometheus-tx-observer');

});
const startGcStats = prometheusGcStats(this.registry);
startGcStats();
}

@@ -107,0 +104,0 @@

3

package.json
{
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.5.1-unstable-20240422080133",
"version": "0.5.1-unstable-20240422122901",
"repository": {

@@ -36,3 +36,2 @@ "type": "git",

"prom-client": "12.0.0",
"prometheus-gc-stats": "0.6.3",
"ps-node": "^0.1.6",

@@ -39,0 +38,0 @@ "table": "^4.0.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc