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

@wdio/spec-reporter

Package Overview
Dependencies
Maintainers
3
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.4 to 9.0.7

2

build/index.js

@@ -472,3 +472,3 @@ // src/index.ts

const app = (caps["appium:app"] || caps.app || "").replace("sauce-storage:", "");
const appName = app || caps["appium:bundleId"] || caps.bundleId;
const appName = app || caps["appium:bundleId"] || caps["appium:appPackage"];
const browser = caps.browserName || caps.browser || appName;

@@ -475,0 +475,0 @@ const version = caps.browserVersion || caps.version || caps["appium:platformVersion"] || caps.browser_version;

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

@@ -43,3 +43,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "1f3d6f781391548e8672e768e72b3d5c499a3aa7"
"gitHead": "ce6d35e1277f13345ecf36f23e9fed27d7d6699b"
}
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