Socket
Socket
Sign inDemoInstall

saucelabs

Package Overview
Dependencies
148
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.1 to 7.2.2

sc-loader/.sc-v4.9.0/bin/sc

2

build/constants.js

@@ -16,3 +16,3 @@ "use strict";

const DEFAULT_SAUCE_CONNECT_VERSION = '4.8.2';
const DEFAULT_SAUCE_CONNECT_VERSION = '4.9.0';
exports.DEFAULT_SAUCE_CONNECT_VERSION = DEFAULT_SAUCE_CONNECT_VERSION;

@@ -19,0 +19,0 @@ const SAUCE_CONNECT_BASE = 'https://saucelabs.com/downloads';

{
"name": "saucelabs",
"version": "7.2.1",
"version": "7.2.2",
"author": "Sauce Labs, Inc.",

@@ -47,2 +47,3 @@ "description": "A wrapper around Sauce Labs REST API",

"hash.js": "^1.1.7",
"query-string": "^7.0.1",
"tunnel": "^0.0.6",

@@ -66,3 +67,2 @@ "yargs": "^17.2.1"

"prettier": "^2.6.2",
"query-string": "^7.0.1",
"release-it": "^14.11.6",

@@ -69,0 +69,0 @@ "rimraf": "^3.0.2",

@@ -1,3 +0,1 @@

# Node Sauce Labs [![Test Changes](https://github.com/saucelabs/node-saucelabs/actions/workflows/test.yml/badge.svg)](https://github.com/saucelabs/node-saucelabs/actions/workflows/test.yml)

@@ -21,3 +19,3 @@

Type: `string`
Type: `string`
Default: `process.env.SAUCE_USERNAME`

@@ -29,3 +27,3 @@

Type: `string`
Type: `string`
Default: `process.env.SAUCE_ACCESS_KEY`

@@ -39,14 +37,6 @@

- `eu-central-1` (short `eu`)
- `us-east-1` (headless)
Type: `string`
Type: `string`
Default: `us`
### headless
If set to true you are accessing the headless Sauce instances (this discards the `region` option).
Type: `boolean`
Default: `false`
### proxy

@@ -56,3 +46,3 @@

Type: `string`
Type: `string`
Default: `null`

@@ -236,3 +226,3 @@

// get full webdriver url from the client depending on `region` and `headless` option:
// get full webdriver url from the client depending on `region` option:
console.log(myAccount.webdriverEndpoint);

@@ -239,0 +229,0 @@ // outputs: "https://ondemand.eu-central-1.saucelabs.com/"

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc