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.2.0 to 0.3.0-unstable-20200206065953

lib/common/config/config-util.js

16

index.js

@@ -17,8 +17,10 @@ /*

module.exports.BlockchainInterface = require('./lib/blockchain-interface');
module.exports.CaliperLocalClient = require('./lib/client/caliper-local-client');
module.exports.TxStatus = require('./lib/transaction-status');
module.exports.CaliperUtils = require('./lib/utils/caliper-utils');
module.exports.Version = require('./lib/utils/version');
module.exports.ConfigUtil = require('./lib/config/config-util');
module.exports.CaliperFlow = require('./lib/caliper-flow');
module.exports.BlockchainInterface = require('./lib/common/core/blockchain-interface');
module.exports.CaliperLocalClient = require('./lib/worker/client/caliper-local-client');
module.exports.TxStatus = require('./lib/common/core/transaction-status');
module.exports.CaliperUtils = require('./lib/common/utils/caliper-utils');
module.exports.Version = require('./lib/common/utils/version');
module.exports.ConfigUtil = require('./lib/common/config/config-util');
module.exports.MessageHandler = require('./lib/worker/client/message-handler');
module.exports.Messenger = require('./lib/common/messaging/messenger');
module.exports.CaliperEngine = require('./lib/master/caliper-engine');
{
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
"directory": "packages/caliper-core"
},
"scripts": {
"pretest": "npm run licchk",
"licchk": "license-check-and-add",
"test": "npm run lint && npm run nyc",
"lint": "npx eslint .",
"nyc": "nyc mocha --recursive -t 10000"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"dependencies": {
"compare-versions": "^3.4.0",
"dockerode": "^2.5.0",
"fs-extra": "^8.0.1",
"js-yaml": "^3.12.0",
"mustache": "^2.3.0",
"nconf": "^0.10.0",
"nconf-yaml": "^1.0.2",
"node-zookeeper-client": "^0.2.2",
"pidusage": "^1.1.6",
"ps-node": "^0.1.6",
"request": "^2.81.0",
"systeminformation": "^3.23.7",
"table": "^4.0.1",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1",
"triple-beam": "^1.3.0",
"logform": "^2.1.2",
"colors": "^1.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^4.19.1",
"mocha": "3.4.2",
"nyc": "11.1.0",
"rewire": "^4.0.0",
"sinon": "^7.3.2",
"license-check-and-add": "2.3.6"
},
"license-check-and-add-config": {
"folder": ".",
"license": "../../LICENSE.txt",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"node_modules",
".nyc_output",
"coverage",
".gitignore",
"log"
],
"file_type_method": "EXCLUDE",
"file_types": [
".yml",
".md",
".html",
".php",
".log"
],
"insert_license": false,
"license_formats": {
"js": {
"prepend": "/*",
"append": "*/",
"eachLine": {
"prepend": "* "
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.3.0-unstable-20200206065953",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
"directory": "packages/caliper-core"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pretest": "npm run licchk",
"licchk": "license-check-and-add",
"test": "npm run lint && npm run nyc",
"lint": "npx eslint .",
"nyc": "nyc mocha --recursive -t 10000"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"dependencies": {
"color-scheme": "^1.0.1",
"compare-versions": "^3.4.0",
"dockerode": "^2.5.0",
"fs-extra": "^8.0.1",
"js-yaml": "^3.12.0",
"mustache": "^2.3.0",
"mqtt": "3.0.0",
"nconf": "^0.10.0",
"nconf-yaml": "^1.0.2",
"pidusage": "^1.1.6",
"ps-node": "^0.1.6",
"request": "^2.81.0",
"systeminformation": "^3.23.7",
"table": "^4.0.1",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1",
"triple-beam": "^1.3.0",
"logform": "^2.1.2",
"colors": "^1.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^5.16.0",
"mocha": "3.4.2",
"nyc": "11.1.0",
"rewire": "^4.0.0",
"sinon": "^7.3.2",
"license-check-and-add": "2.3.6"
},
"license-check-and-add-config": {
"folder": ".",
"license": "../../LICENSE.txt",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"node_modules",
".nyc_output",
"coverage",
".gitignore",
"log",
".DS_Store"
],
"file_type_method": "EXCLUDE",
"file_types": [
".yml",
".md",
".html",
".php",
".log"
],
"insert_license": false,
"license_formats": {
"js": {
"prepend": "/*",
"append": "*/",
"eachLine": {
"prepend": "* "
}
},
"editorconfig|yaml": {
"prepend": "#",
"append": "#",
"eachLine": {
"prepend": "# "
}
}
}
},
"editorconfig|yaml": {
"prepend": "#",
"append": "#",
"eachLine": {
"prepend": "# "
}
}
}
},
"optionalDependencies": {
"ajv": "^6.0.0"
},
"nyc": {
"exclude": [
"test/**"
],
"reporter": [
"text-summary",
"html"
],
"all": true,
"check-coverage": true,
"statements": 1,
"branches": 1,
"functions": 1,
"lines": 1
},
"license": "Apache-2.0"
}
},
"optionalDependencies": {
"ajv": "^6.0.0"
},
"nyc": {
"exclude": [
"test/**"
],
"reporter": [
"text-summary",
"html"
],
"all": true,
"check-coverage": true,
"statements": 1,
"branches": 1,
"functions": 1,
"lines": 1
},
"license": "Apache-2.0"
}

@@ -23,3 +23,2 @@ # ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2)

* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS)
* [Hyperledger Composer](https://github.com/hyperledger/composer) support has been deprecated, and will be removed in 0.3.0.

@@ -48,3 +47,2 @@ Currently supported performance indicators:

* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow)
* [Hyperledger Composer](https://chat.hyperledger.org/channel/composer)
* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric)

@@ -51,0 +49,0 @@ * [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha)

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