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

@wdio/local-runner

Package Overview
Dependencies
Maintainers
3
Versions
642
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/local-runner - npm Package Compare versions

Comparing version 9.2.1 to 9.2.2

2

build/index.js

@@ -280,3 +280,3 @@ // src/index.ts

childProcess.on("exit", this._handleExit.bind(this));
if (!process.env.VITEST_WORKER_ID) {
if (!process.env.WDIO_UNIT_TESTS) {
if (childProcess.stdout !== null) {

@@ -283,0 +283,0 @@ if (this.config.groupLogsByTestSpec) {

{
"name": "@wdio/local-runner",
"version": "9.2.1",
"version": "9.2.2",
"description": "A WebdriverIO runner to run tests locally",

@@ -42,4 +42,4 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@wdio/repl": "9.0.8",
"@wdio/runner": "9.2.1",
"@wdio/types": "9.1.3",
"@wdio/runner": "9.2.2",
"@wdio/types": "9.2.2",
"async-exit-hook": "^2.0.1",

@@ -56,3 +56,3 @@ "split2": "^4.1.0",

},
"gitHead": "3da8b097c684b0ed9cda7224c41f96151bcd4104"
"gitHead": "a82feee9b819e978b0d75dc899dd8284303935e1"
}
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