Socket
Socket
Sign inDemoInstall

saucelabs

Package Overview
Dependencies
178
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.1.0

1

apis/datastore.json

@@ -29,2 +29,3 @@ {

"eu-central-1",
"apac-southeast-1",
"staging"

@@ -31,0 +32,0 @@ ]

@@ -19,2 +19,3 @@ {

"eu-central-1",
"apac-southeast-1",
"staging"

@@ -21,0 +22,0 @@ ]

@@ -31,2 +31,3 @@ {

"eu-central-1",
"apac-southeast-1",
"staging"

@@ -33,0 +34,0 @@ ]

@@ -29,2 +29,3 @@ {

"eu-central-1",
"apac-southeast-1",
"staging"

@@ -31,0 +32,0 @@ ]

@@ -92,5 +92,7 @@ "use strict";

'eu': 'eu-central-1.',
'apac': 'apac-southeast-1',
'us-west-1': '',
'us-east-1': 'us-east-1.',
'eu-central-1': 'eu-central-1.',
'apac-southeast-1': 'apac-southeast-1',
'staging': 'staging.'

@@ -97,0 +99,0 @@ };

@@ -60,2 +60,3 @@ "use strict";

if (options.region === 'eu') region = 'eu-central-1';
if (options.region === 'apac') region = 'apac-southeast-1';
if (options.headless) region = 'us-east-1';

@@ -62,0 +63,0 @@ return region;

2

package.json
{
"name": "saucelabs",
"version": "5.0.3",
"version": "5.1.0",
"author": "Christian Bromann <christian@saucelabs.com>",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc