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

@wdio/sync

Package Overview
Dependencies
Maintainers
7
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.17.0 to 6.0.0-alpha.0

9

build/fibers.js

@@ -33,11 +33,2 @@ "use strict";

if (!Fiber || !Future) {
try {
Fiber = require('fibers_node_v8');
exports.Future = Future = require('fibers_node_v8/future');
} catch (e) {
log.debug('Couldn\'t load fibers package for Node v8');
}
}
console.error = origErrorFn;

@@ -44,0 +35,0 @@

15

package.json
{
"name": "@wdio/sync",
"version": "5.17.0",
"version": "6.0.0-alpha.0",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",

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

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

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

"types": "./webdriverio.d.ts",
"typeScriptVersion": "3.5.1",
"typeScriptVersion": "3.7.3",
"repository": {

@@ -39,12 +39,9 @@ "type": "git",

"dependencies": {
"@wdio/logger": "5.16.10"
"@wdio/logger": "6.0.0-alpha.0",
"fibers": "^4.0.1"
},
"optionalDependencies": {
"fibers": "^4.0.1",
"fibers_node_v8": "^3.1.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "63801a7982c0e6e7efe350931f867a92f4c29055"
"gitHead": "834043765c1a803f3f6e784ca4599b02e92c6f5e"
}
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