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

@hyperledger/caliper-core

Package Overview
Dependencies
Maintainers
4
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperledger/caliper-core - npm Package Compare versions

Comparing version 0.3.0-unstable-20200219133611 to 0.3.0-unstable-20200220130438

3

lib/common/config/Config.js

@@ -28,3 +28,4 @@ /*

Args: 'caliper-bind-args',
Cwd: 'caliper-bind-cwd'
Cwd: 'caliper-bind-cwd',
File: 'caliper-bind-file'
},

@@ -31,0 +32,0 @@ Report: {

@@ -49,3 +49,3 @@ /*

* @param {object} benchmarkConfig The benchmark configuration object.
* @param {object} workerFactory The factory for the worker processes.
* @param {WorkerFactory} workerFactory The factory for the worker processes.
* @param {object[]} workerArguments List of adaptor specific arguments to pass for each worker processes.

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

this.workerObjects.push(worker);
}

@@ -545,0 +544,0 @@

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

@@ -28,3 +28,3 @@ "type": "git",

"dockerode": "^2.5.0",
"fs-extra": "^8.0.1",
"fs-extra": "8.1.0",
"js-yaml": "^3.12.0",

@@ -31,0 +31,0 @@ "mustache": "^2.3.0",

# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2)
[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper)
[![Build Status](https://travis-ci.com/hyperledger/caliper.svg?branch=master)](https://travis-ci.com/hyperledger/caliper)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381)

@@ -16,2 +16,3 @@ [![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE)

Currently supported blockchain solutions:
* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric)

@@ -18,0 +19,0 @@ * [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core)

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