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.1.0 to 9.1.2

3

build/index.js

@@ -201,4 +201,3 @@ // src/index.ts

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 = isUSEast4 ? ".us-east-4" : isEUCentral ? ".eu-central-1" : isAPAC ? ".apac-southeast-1" : "";
const dc = isUSEast4 ? ".us-east-4" : isEUCentral ? ".eu-central-1" : "";
const sauceLabsSharableLinks = this._sauceLabsSharableLinks ? sauceAuthenticationToken(config.user, config.key, sessionId) : "";

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

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

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

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

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

},
"gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac"
"gitHead": "e009b5102f9f98b99fa62df870ce7f3f5bc1b99a"
}

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