Socket
Socket
Sign inDemoInstall

digdug

Package Overview
Dependencies
60
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

2

package.json
{
"name": "digdug",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.",

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

@@ -19,6 +19,6 @@ "use strict";

var lang_1 = require("@dojo/core/lang");
var SeleniumVersion = '3.3.1';
var ChromeVersion = '2.28';
var FirefoxVersion = '0.15.0';
var IEVersion = '3.3.0';
var SeleniumVersion = '3.4.0';
var ChromeVersion = '2.29';
var FirefoxVersion = '0.16.1';
var IEVersion = '3.4.0';
/**

@@ -148,3 +148,3 @@ * A Selenium tunnel. This tunnel downloads the {@link http://www.seleniumhq.org/download/ Selenium-standalone server}

if (this.verbose) {
args.push('-debug');
args.push('-debug', 'true');
console.log('Starting with arguments: ', args.join(' '));

@@ -181,6 +181,8 @@ }

}
if (_this.verbose) {
});
if (_this.verbose) {
util_2.on(child.stderr, 'data', function (data) {
process.stderr.write(data);
}
});
});
}
executor(child, resolve, reject);

@@ -187,0 +189,0 @@ });

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc