Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/spec-reporter

Package Overview
Dependencies
Maintainers
0
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/spec-reporter - npm Package Compare versions

Comparing version 9.0.8 to 9.1.0

3

build/index.js

@@ -199,7 +199,6 @@ // src/index.ts

}
const isUSEast1 = config.headless || config.hostname?.includes("us-east-1");
const isUSEast4 = ["us-east-4"].includes(config?.region || "") || config.hostname?.includes("us-east-4");
const isEUCentral = ["eu", "eu-central-1"].includes(config?.region || "") || config.hostname?.includes("eu-central");
const isAPAC = ["apac", "apac-southeast-1"].includes(config?.region || "") || config.hostname?.includes("apac");
const dc = isUSEast1 ? ".us-east-1" : isUSEast4 ? ".us-east-4" : isEUCentral ? ".eu-central-1" : isAPAC ? ".apac-southeast-1" : "";
const dc = isUSEast4 ? ".us-east-4" : isEUCentral ? ".eu-central-1" : isAPAC ? ".apac-southeast-1" : "";
const sauceLabsSharableLinks = this._sauceLabsSharableLinks ? sauceAuthenticationToken(config.user, config.key, sessionId) : "";

@@ -206,0 +205,0 @@ const sauceUrl = `https://app${dc}.saucelabs.com/tests/${sessionId}${sauceLabsSharableLinks}`;

{
"name": "@wdio/spec-reporter",
"version": "9.0.8",
"version": "9.1.0",
"description": "A WebdriverIO plugin to report in spec style",

@@ -34,4 +34,4 @@ "author": "Christian Bromann <mail@bromann.dev>",

"dependencies": {
"@wdio/reporter": "9.0.8",
"@wdio/types": "9.0.8",
"@wdio/reporter": "9.1.0",
"@wdio/types": "9.1.0",
"chalk": "^5.1.2",

@@ -44,3 +44,3 @@ "easy-table": "^1.2.0",

},
"gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7"
"gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac"
}

Sorry, the diff of this file is not supported yet

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