Socket
Socket
Sign inDemoInstall

@hyperledger/caliper-core

Package Overview
Dependencies
20
Maintainers
4
Versions
262
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1-unstable-20200305204440 to 0.3.1-unstable-20200312091629

4

lib/common/utils/benchmark-validator.js

@@ -60,5 +60,5 @@ /*

// If prometheus monitor specified, must be a prometheus observer
// If prometheus monitor specified, must be a prometheus observer or none
if (benchConfig.monitor && benchConfig.monitor.type &&
benchConfig.monitor.type.includes('prometheus') && !(benchConfig.observer.type.localeCompare('prometheus') === 0) ) {
benchConfig.monitor.type.includes('prometheus') && (benchConfig.observer.type.localeCompare('local') === 0) ) {
BenchmarkValidator.throwIncompatibleTypeBenchmarkError('observer.type.local', 'monitor.type.prometheus');

@@ -65,0 +65,0 @@ }

{
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.3.1-unstable-20200305204440",
"version": "0.3.1-unstable-20200312091629",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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