Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitdiver/runner-server

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitdiver/runner-server - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

log/Run_1519084616186/2018-02-19_23:56:56.207_info.json

4

lib/Runner.js

@@ -63,3 +63,3 @@ 'use strict';

// Defines how many steps could be executed in paralell
this.maxParallelSteps = opts.maxParallelSteps ? opts.maxParallelSteps : 100;
this.maxParallelSteps = opts.maxParallelSteps ? opts.maxParallelSteps : 20;

@@ -199,3 +199,3 @@ this.stepRegistry = opts.stepRegistry;

const data = tc.data[i];
if (data !== undefined || step.needData === false) {
if (data !== undefined && data !== null || step.needData === false) {
// get the testcase environment for this step

@@ -202,0 +202,0 @@ _assert2.default.ok(tcEnvId, `Could not get a testcase instance id for testcase '${tcCounter}'`);

{
"name": "@bitdiver/runner-server",
"version": "1.1.4",
"version": "1.1.5",
"description": "",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

"debug": "npm run build && node --inspect-brk ./node_modules/.bin/jest -i --config=./jest.config.json",
"prepublish": "npm run build"
"prepare": "npm run build"
},

@@ -62,3 +62,3 @@ "contributors": [

"@bitdiver/definition": "^1.0.0",
"@bitdiver/model": "^1.1.2",
"@bitdiver/model": "^1.2.0",
"ascii-progress": "^1.0.5",

@@ -69,6 +69,4 @@ "jsonfile": "^4.0.0",

"p-all": "^1.0.0",
"p-any": "^1.1.0",
"p-queue": "^2.3.0",
"sprintf-js": "^1.1.1"
}
}
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