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

@wdio/repl

Package Overview
Dependencies
Maintainers
3
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/repl - npm Package Compare versions

Comparing version 5.2.8 to 5.3.1

4

build/index.js

@@ -75,2 +75,3 @@ "use strict";

this.isCommandRunning = false;
timeout._called = true;
}, this.config.commandTimeout);

@@ -98,3 +99,4 @@ result.then(res => {

clearTimeout(timeout);
const commandError = new Error(e.message);
const errorMessage = e ? e.message : 'Command execution timed out';
const commandError = new Error(errorMessage);
delete commandError.stack;

@@ -101,0 +103,0 @@ return callback(commandError);

{
"name": "@wdio/repl",
"version": "5.2.8",
"version": "5.3.1",
"description": "A WDIO helper utility to provide a repl interface WebdriverIO",

@@ -34,3 +34,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"dependencies": {
"@wdio/config": "^5.2.8"
"@wdio/config": "^5.3.1"
},

@@ -40,3 +40,3 @@ "publishConfig": {

},
"gitHead": "5750a9ba4050ddf9a3b310734700d606782432e9"
"gitHead": "eeb223900ebd16ff65bb6f13394b6b4664f5f6e4"
}
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