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.8 to 1.1.9

log/Run_1522785463277/2018-04-03_19:57:43.282_info.json

1

lib/ProgressBarConsole2.js

@@ -145,3 +145,2 @@ 'use strict';

update() {
debugger;
this.printProgressBar('Steps :', this.currentStep, this.stepCount, 1);

@@ -148,0 +147,0 @@ this.printProgressBar('Test cases :', this.currentTestcase, this.testcaseCount, 2);

@@ -226,3 +226,9 @@ 'use strict';

}
await this._executeSteps(steps);
if (steps.length > 0) {
await this._executeSteps(steps);
} else {
// eslint-disable-next-line no-console
console.log(`No instance of step '${step.name}'`);
}
}

@@ -229,0 +235,0 @@

{
"name": "@bitdiver/runner-server",
"version": "1.1.8",
"version": "1.1.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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