Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

saucelabs

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saucelabs - npm Package Compare versions

Comparing version 4.4.2 to 4.4.3

5

build/index.js

@@ -264,4 +264,7 @@ "use strict";

args.push(`--api-key=${this._accessKey}`);
args.push(`--rest-url=${restUrl}`);
if (!args.some(arg => arg.startsWith("--rest-url"))) {
args.push(`--rest-url=${restUrl}`);
}
const bin = _constants.SAUCE_CONNECT_DISTS.reduce((bin, [downloadUrl, ...args]) => {

@@ -268,0 +271,0 @@ bin.src(_util.default.format(downloadUrl, sauceConnectVersion), ...args);

4

build/utils.js

@@ -65,4 +65,3 @@ "use strict";

const apiUrl = options.host || servers[0].url;
let host = _constants.DEFAULT_PROTOCOL + _path.default.join(apiUrl.replace(_constants.DEFAULT_PROTOCOL, ''), basePath);
let host = _constants.DEFAULT_PROTOCOL + apiUrl.replace(_constants.DEFAULT_PROTOCOL, '') + basePath;
/**

@@ -73,3 +72,2 @@ * allow short region handles to stay backwards compatible

if (options.region) {

@@ -76,0 +74,0 @@ if (options.region === 'us') options.region = 'us-west-1';

{
"name": "saucelabs",
"version": "4.4.2",
"version": "4.4.3",
"author": "Christian Bromann <christian@saucelabs.com>",

@@ -5,0 +5,0 @@ "description": "A wrapper around Sauce Labs REST API",

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