Socket
Socket
Sign inDemoInstall

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 2.1.7 to 2.1.8

a.js

4

build/utils.js

@@ -64,3 +64,5 @@ "use strict";

subdomain = hostname.split('.')[0] + '.';
hostname = hostname.split('.').slice(-2).join('.');
hostname = hostname.split('.').slice(-2).join('.'); // RDC only has 1 endpoint for both DC's, so if the url contains `testobject` clear the `locale`
locale = hostname.includes('testobject') ? '' : locale;
} else if (!headless && region === 'us') {

@@ -67,0 +69,0 @@ locale = '';

{
"name": "saucelabs",
"version": "2.1.7",
"version": "2.1.8",
"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