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

saucelabs

Package Overview
Dependencies
Maintainers
2
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 7.0.3 to 7.0.4

7

build/index.js

@@ -282,5 +282,8 @@ "use strict";

args.push(`--api-key=${this._accessKey}`);
const region = argv.region || this.region;
if (!args.some(arg => arg.startsWith('--region'))) {
const scRegion = (0, _utils.getRegionSubDomain)(this.region).split('-').slice(0, 2).join('-');
if (region) {
const scRegion = (0, _utils.getRegionSubDomain)({
region
}).split('-').slice(0, 2).join('-');
args.push(`--region=${scRegion}`);

@@ -287,0 +290,0 @@ }

{
"name": "saucelabs",
"version": "7.0.3",
"version": "7.0.4",
"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