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

@wdio/repl

Package Overview
Dependencies
Maintainers
4
Versions
227
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.11.0 to 5.12.0

7

build/index.js

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

this.isCommandRunning = true;
/* istanbul ignore if */

@@ -77,5 +76,2 @@ if (_config.hasWdioSyncSupport) {

result.then(res => {
/**
* don't do anything if timeout was called
*/
if (timeout._called) {

@@ -89,5 +85,2 @@ return;

}, e => {
/**
* don't do anything if timeout was called
*/
if (timeout._called) {

@@ -94,0 +87,0 @@ return;

8

package.json
{
"name": "@wdio/repl",
"version": "5.11.0",
"version": "5.12.0",
"description": "A WDIO helper utility to provide a repl interface for WebdriverIO",

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

"engines": {
"node": ">= 8.11.0"
"node": ">= 10.13.0"
},

@@ -35,3 +35,3 @@ "scripts": {

"dependencies": {
"@wdio/config": "^5.11.0"
"@wdio/config": "^5.12.0"
},

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

},
"gitHead": "f235de6d9876a1a81bc1007430346d493ba7f579"
"gitHead": "187c8f044e252877533e53ee2b645f56416d5a41"
}
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