Socket
Socket
Sign inDemoInstall

digdug

Package Overview
Dependencies
221
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.3 to 2.0.0-beta.4

15

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

@@ -11,14 +11,15 @@ "repository": {

"dependencies": {
"@dojo/core": "https://github.com/jason0x43/core/releases/download/v2.0.0-alpha.29/dojo-core-2.0.0-alpha.29.tgz",
"@dojo/core": "beta1",
"@dojo/has": "beta1",
"@dojo/interfaces": "beta1",
"@dojo/shim": "beta1",
"decompress": "~4.0.0"
"cbt_tunnels": "0.0.34",
"decompress": "~4.2.0"
},
"devDependencies": {
"@dojo/loader": "beta1",
"@types/node": "~6.0.48",
"@types/shelljs": "~0.3.33",
"@types/node": "~7.0.23",
"@types/shelljs": "~0.7.1",
"intern": "~3.4.2",
"intern-dev": "~0.2.0",
"intern-dev": "~0.2.10",
"shelljs": "~0.7.7"

@@ -49,2 +50,2 @@ },

}
}
}

@@ -165,3 +165,3 @@ "use strict";

if (!this.username || !this.accessKey) {
throw new Error('BrowserStackTunnel requires a username and access key');
throw new Error('SauceLabsTunnel requires a username and access key');
}

@@ -168,0 +168,0 @@ var proxy = this.proxy ? url_1.parse(this.proxy) : undefined;

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