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

wdio-docker-service

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-docker-service - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

lib/utils/childProcess.js

@@ -50,5 +50,5 @@ "use strict";

reject(new Error(`Command '${cmd}' exited with code ${code}`));
reject(new Error(`Command '${cmd.join(' ')}' exited with code ${code}`));
});
});
}
{
"name": "wdio-docker-service",
"version": "2.2.0",
"version": "2.2.1",
"description": "WebdriverIO service to start and stop docker container (for Selenium and more)",

@@ -32,23 +32,23 @@ "repository": {

"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@wdio/cli": "^5.18.4",
"@wdio/local-runner": "^5.18.4",
"@wdio/mocha-framework": "^5.16.15",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"@wdio/cli": "^5.18.6",
"@wdio/local-runner": "^5.18.6",
"@wdio/mocha-framework": "^5.18.6",
"@wdio/selenium-standalone-service": "^5.16.10",
"@wdio/spec-reporter": "^5.16.11",
"@wdio/sync": "^5.17.0",
"@wdio/spec-reporter": "^5.18.6",
"@wdio/sync": "^5.18.6",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"eslint": "^5.16.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"sinon": "^7.5.0",
"webdriverio": "^5.18.4"
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"sinon": "^8.1.1",
"webdriverio": "^5.18.6"
},
"dependencies": {
"@wdio/logger": "^5.16.10",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.0"

@@ -55,0 +55,0 @@ },

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