Socket
Socket
Sign inDemoInstall

digdug

Package Overview
Dependencies
137
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.2 to 1.6.3

2

CrossBrowserTestingTunnel.js

@@ -13,3 +13,3 @@ /**

var CBT_VERSION = '0.0.27';
var CBT_VERSION = '0.0.34';

@@ -16,0 +16,0 @@ /**

{
"name": "digdug",
"version": "1.6.2",
"version": "1.6.3",
"description": "Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.",

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

@@ -84,4 +84,4 @@ # ディグダグ

Dig Dug is a Dojo Foundation project offered under the [New BSD](LICENSE) license.
Dig Dug is a JS Foundation project offered under the [New BSD](LICENSE) license.
© [SitePen, Inc.](http://sitepen.com) and its [contributors](https://github.com/theintern/digdug/graphs/contributors)

@@ -14,3 +14,3 @@ /**

var SC_VERSION = '4.3.14';
var SC_VERSION = '4.4.5';

@@ -17,0 +17,0 @@ /**

@@ -24,3 +24,3 @@ /**

constructor: ChromeConfig,
version: '2.25',
version: '2.28',
baseUrl: 'https://chromedriver.storage.googleapis.com',

@@ -60,3 +60,3 @@ platform: process.platform,

constructor: IeConfig,
version: '3.0.0',
version: '3.3.0',
baseUrl: 'https://selenium-release.storage.googleapis.com',

@@ -86,3 +86,3 @@ arch: process.arch,

constructor: FirefoxConfig,
version: '0.11.1',
version: '0.15.0',
baseUrl: 'https://github.com/mozilla/geckodriver/releases/download',

@@ -195,5 +195,5 @@ arch: process.arch,

* @type {string}
* @default 3.0.1
* @default 3.3.1
*/
version: '3.0.1',
version: '3.3.1',

@@ -200,0 +200,0 @@ /**

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