Socket
Socket
Sign inDemoInstall

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 6.0.2 to 6.1.0

2

build/index.js

@@ -436,2 +436,4 @@ "use strict";

});
} else if (file && typeof file.filename === 'string' && Buffer.isBuffer(file.data)) {
body.append('file[]', file.data, file.filename);
} else if (file && typeof file.filename === 'string') {

@@ -438,0 +440,0 @@ body.append('file[]', Buffer.from(JSON.stringify(file.data)), file.filename);

2

package.json
{
"name": "saucelabs",
"version": "6.0.2",
"version": "6.1.0",
"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