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 4.5.0 to 4.5.1

18

build/constants.js

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

name: 'doctor',
description: 'Perform checks to detect possible misconfiguration or problems.'
description: 'Perform checks to detect possible misconfiguration or problems.',
type: 'boolean'
}, {

@@ -206,10 +207,13 @@ alias: 'F',

name: 'no-autodetect',
description: 'Disable the autodetection of proxy settings.'
description: 'Disable the autodetection of proxy settings.',
type: 'boolean'
}, {
alias: 'N',
name: 'no-proxy-caching',
description: 'Disable caching in Sauce Connect. All requests will be sent through the tunnel.'
description: 'Disable caching in Sauce Connect. All requests will be sent through the tunnel.',
type: 'boolean'
}, {
name: 'no-remove-colliding-tunnels',
description: 'Don\'t remove identified tunnels with the same name, or any other default tunnels if this is a default tunnel. Jobs will be distributed between these tunnels, enabling load balancing and high availability. By default, colliding tunnels will be removed when Sauce Connect is starting up.'
description: 'Don\'t remove identified tunnels with the same name, or any other default tunnels if this is a default tunnel. Jobs will be distributed between these tunnels, enabling load balancing and high availability. By default, colliding tunnels will be removed when Sauce Connect is starting up.',
type: 'boolean'
}, {

@@ -229,3 +233,4 @@ alias: 'B',

name: 'proxy-tunnel',
description: 'Use the proxy configured with -p for the tunnel connection.'
description: 'Use the proxy configured with -p for the tunnel connection.',
type: 'boolean'
}, {

@@ -262,3 +267,4 @@ alias: 'w',

name: 'shared-tunnel',
description: 'Let sub-accounts of the tunnel owner use the tunnel if requested.'
description: 'Let sub-accounts of the tunnel owner use the tunnel if requested.',
type: 'boolean'
}, {

@@ -265,0 +271,0 @@ name: 'tunnel-cainfo',

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

@@ -45,33 +45,33 @@ "description": "A wrapper around Sauce Labs REST API",

"form-data": "^3.0.0",
"got": "^11.1.4",
"got": "^11.7.0",
"hash.js": "^1.1.7",
"tunnel": "0.0.6",
"yargs": "^15.3.1"
"yargs": "^16.0.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
"@babel/plugin-syntax-export-default-from": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.0",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.11.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
"@babel/plugin-syntax-export-default-from": "^7.10.4",
"@babel/preset-env": "^7.12.0",
"@babel/register": "^7.12.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-plugin-source-map-support": "^2.1.1",
"codecov": "^3.7.0",
"babel-jest": "^26.5.2",
"babel-plugin-source-map-support": "^2.1.3",
"codecov": "^3.8.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.22.1",
"jest": "^25.5.4",
"np": "^6.2.3",
"np": "^6.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier": "2.0.5",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"swagger-typescript-codegen": "^3.0.5",
"typescript": "^3.9.2"
"swagger-typescript-codegen": "^3.2.1",
"typescript": "^4.0.3"
},

@@ -78,0 +78,0 @@ "jest": {

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

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