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.7 to 1.1.8

4

lib/utils/docker.js

@@ -210,6 +210,6 @@ 'use strict';

return Docker.stopContainer(cid).then(() => Docker.removeContainer(cid));
}).finally(() => {
}).catch(() => _bluebird2.default.resolve()).then(() => {
this.debug && this.logger.info('Cleaning up CID files');
return _fsExtra2.default.remove(this.cidfile);
}).catch(() => _bluebird2.default.resolve());
});
}

@@ -216,0 +216,0 @@

{
"name": "wdio-docker-service",
"version": "1.1.7",
"version": "1.1.8",
"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