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

@wdio/sync

Package Overview
Dependencies
Maintainers
4
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/sync - npm Package Compare versions

Comparing version 5.7.3 to 5.7.6

4

build/constants.js

@@ -9,4 +9,4 @@ "use strict";

const STACKTRACE_FILTER = [// exclude @wdio/sync from stack traces
'node_modules/@wdio/sync/', // exclude middlewares
'node_modules/webdriverio/build/middlewares.js', // exclude Request emit
'node_modules/@wdio/sync/', // exclude webdriverio stack traces
'node_modules/webdriverio/build/', // exclude Request emit
' (events.js:', ' (domain.js:', // other excludes

@@ -13,0 +13,0 @@ '(internal/process/next_tick.js', 'new Promise (<anonymous>)', 'Generator.next (<anonymous>)', '__awaiter ('];

{
"name": "@wdio/sync",
"version": "5.7.3",
"version": "5.7.6",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",

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

"dependencies": {
"@wdio/config": "^5.7.3",
"@wdio/config": "^5.7.6",
"@wdio/logger": "^5.7.0",

@@ -45,3 +45,3 @@ "fibers": "^3.1.1"

},
"gitHead": "b62a18cdb7b1259559fc809854057e084bb82106"
"gitHead": "fc573cbbfe53358c9b82bb8209dbf1a199bae063"
}

@@ -309,2 +309,6 @@ /// <reference types="node"/>

): void;
setWindowSize(
width: number,
height: number
): null | object;
switchWindow(

@@ -311,0 +315,0 @@ urlOrTitleToMatch: string | RegExp

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