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
3
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 7.14.1 to 7.16.0

2

build/index.js

@@ -56,3 +56,3 @@ "use strict";

if (utils_1.hasWdioSyncSupport) {
return utils_1.runFnInFiberContext(() => this._runCmd(cmd, context, callback))();
return (0, utils_1.runFnInFiberContext)(() => this._runCmd(cmd, context, callback))();
}

@@ -59,0 +59,0 @@ return this._runCmd(cmd, context, callback);

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

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

"dependencies": {
"@wdio/utils": "7.14.1"
"@wdio/utils": "7.16.0"
},

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

},
"gitHead": "0f6b6089f675b303741fcb3463779ca248058ae0"
"gitHead": "2b650b1def58bc7a6c22cb093548c19e63b75f80"
}
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