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 4.6.4 to 4.6.5

10

apis/testrunner.json

@@ -171,2 +171,12 @@ {

}
},
"422": {
"description": "invalid parameters",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}

@@ -173,0 +183,0 @@ }

2

build/index.js

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

} catch (err) {
throw new Error(`Failed calling ${propName}: ${err.message}`);
throw new Error(`Failed calling ${propName}: ${err.message}, ${err.response && err.response.body}`);
}

@@ -236,0 +236,0 @@ };

{
"name": "saucelabs",
"version": "4.6.4",
"version": "4.6.5",
"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