Socket
Socket
Sign inDemoInstall

sauce-connect-launcher

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sauce-connect-launcher - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

6

lib/sauce-connect-launcher.js

@@ -223,2 +223,5 @@ var

error = new Error("Invalid Sauce Connect Credentials. " + data);
} else if (data.indexOf("Sauce Connect could not establish a connection") !== -1) {
logger("Sauce Connect API failure");
error = new Error(data);
} else if (data.indexOf("HTTP response code indicated failure") === -1) {

@@ -228,5 +231,2 @@ // sc says the above before it says "Not authorized", but the following

error = new Error(data);
} else if (data.indexOf("Sauce Connect could not establish a connection") === -1) {
logger("Sauce Connect API failure");
error = new Error(data);
}

@@ -233,0 +233,0 @@ // error will be handled in the child.on("exit") handler

{
"name": "sauce-connect-launcher",
"description": "A library to download and launch Sauce Connect.",
"version": "0.12.0",
"version": "0.13.0",
"homepage": "https://github.com/bermi/sauce-connect-launcher",

@@ -24,6 +24,6 @@ "author": "Bermi Ferrer <bermi@bermilabs.com>",

"dependencies": {
"lodash": "3.10.0",
"async": "1.3.0",
"lodash": "3.10.1",
"async": "1.4.0",
"adm-zip": "~0.4.3",
"rimraf": "2.4.1"
"rimraf": "2.4.3"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"grunt-simple-mocha": "~0.4.0",
"mocha": "~2.2.5"
"mocha": "~2.3.3"
},

@@ -47,4 +47,4 @@ "engines": {

"sauceConnectLauncher": {
"scVersion": "4.3.10"
"scVersion": "4.3.11"
}
}

@@ -165,2 +165,7 @@ # sauce-connect-launcher

### v0.13.0
- Sauce Connect version 4.3.11
- Bug-fix: Correctly catch api errors and log a message
### v0.12.0

@@ -167,0 +172,0 @@

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