New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

testarmada-magellan-nightwatch

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testarmada-magellan-nightwatch - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

lib/util/sauce.js

@@ -18,6 +18,5 @@ // Some utility functions that help with integrating Magellan with SauceLabs

isSauceTest: function (client) {
// check for the presence of a sauce labs tunnel
return client.options &&
client.options.desiredCapabilities &&
client.options.desiredCapabilities["tunnel-identifier"]
// check for the presence of a sauce labs username / access key
var opt = client.options;
return opt && opt.desiredCapabilities && (opt.accessKey || opt.username);
},

@@ -24,0 +23,0 @@

{
"name": "testarmada-magellan-nightwatch",
"version": "3.0.0",
"version": "3.0.1",
"description": "Nightwatch.js adapter for Magellan",

@@ -5,0 +5,0 @@ "main": "index.js",

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