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
649
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.0.0-alpha.369 to 9.0.0-alpha.426

LICENSE

2

build/repl.d.ts

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import type vm from 'node:vm';

@@ -4,0 +2,0 @@ import type { ReplConfig, ReplCallback } from '@wdio/repl';

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
import type { ChildProcess } from 'node:child_process';

@@ -3,0 +2,0 @@ import WDIORepl from './repl.js';

@@ -1,3 +0,1 @@

/// <reference types="mocha" />
/// <reference types="node" resolution-mode="require"/>
/**

@@ -4,0 +2,0 @@ * ToDo(Christian): remove when @wdio/runner got typed

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import type { TransformCallback } from 'node:stream';

@@ -4,0 +2,0 @@ import { Transform } from 'node:stream';

@@ -1,4 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
import type { Readable } from 'node:stream';
export default function runnerTransformStream(cid: string, inputStream: Readable, aggregator?: string[]): Readable;
//# sourceMappingURL=transformStream.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
import type { Transform } from 'node:stream';
export declare function removeLastListener(target: Transform, eventName: string): void;
//# sourceMappingURL=utils.d.ts.map

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import child from 'node:child_process';

@@ -4,0 +2,0 @@ import { EventEmitter } from 'node:events';

{
"name": "@wdio/local-runner",
"version": "9.0.0-alpha.369+43868ec82",
"version": "9.0.0-alpha.426+d760644c4",
"description": "A WebdriverIO runner to run tests locally",

@@ -34,6 +34,6 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@types/node": "^20.1.0",
"@wdio/logger": "9.0.0-alpha.369+43868ec82",
"@wdio/repl": "9.0.0-alpha.369+43868ec82",
"@wdio/runner": "9.0.0-alpha.369+43868ec82",
"@wdio/types": "9.0.0-alpha.369+43868ec82",
"@wdio/logger": "9.0.0-alpha.426+d760644c4",
"@wdio/repl": "9.0.0-alpha.426+d760644c4",
"@wdio/runner": "9.0.0-alpha.426+d760644c4",
"@wdio/types": "9.0.0-alpha.426+d760644c4",
"async-exit-hook": "^2.0.1",

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

},
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6"
"gitHead": "d760644c4c6e1ef910c0bee120cb422e25dbbe06"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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