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 1.1.6 to 1.1.7

.nyc_output/4de6063d99462a7829341623cd76cc8e.json

4

docker-log.txt

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

172.17.0.1 - - [24/Feb/2018:16:49:50 +0000] "GET / HTTP/1.1" 200 174 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "-"
172.17.0.1 - - [24/Feb/2018:16:49:52 +0000] "GET / HTTP/1.1" 200 174 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/64.0.3282.186 Safari/537.36" "-"
172.17.0.1 - - [07/Mar/2018:05:09:40 +0000] "GET / HTTP/1.1" 200 174 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "-"
172.17.0.1 - - [07/Mar/2018:05:09:42 +0000] "GET / HTTP/1.1" 200 174 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/64.0.3282.186 Safari/537.36" "-"

@@ -49,3 +49,3 @@ 'use strict';

const [app, ...args] = commands;
const childProcess = (0, _child_process.spawn)(app, args);
const childProcess = (0, _child_process.spawn)(app, args, { stdio: 'ignore' });

@@ -52,0 +52,0 @@ childProcess.on('error', err => {

{
"name": "wdio-docker-service",
"version": "1.1.6",
"version": "1.1.7",
"description": "WebdriverIO service to start and stop docker container (for Selenium and more)",

@@ -5,0 +5,0 @@ "repository": {

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