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

@wdio/junit-reporter

Package Overview
Dependencies
Maintainers
0
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/junit-reporter - npm Package Compare versions

Comparing version 9.0.0-alpha.115 to 9.0.0-alpha.321

9

build/index.js

@@ -199,5 +199,8 @@ import url from 'node:url';

const browserstackSanitizedCapabilities = [
runner.capabilities.device,
runner.capabilities.os,
(runner.capabilities.os_version || '').replace(/\./g, '_'),
// @ts-expect-error capability only exists when running on BrowserStack
(runner.capabilities).device,
// @ts-expect-error capability only exists when running on BrowserStack
(runner.capabilities).os,
// @ts-expect-error capability only exists when running on BrowserStack
((runner.capabilities).os_version || '').replace(/\./g, '_'),
]

@@ -204,0 +207,0 @@ .filter(Boolean)

{
"name": "@wdio/junit-reporter",
"version": "9.0.0-alpha.115+8196c4ccb",
"version": "9.0.0-alpha.321+63953a607",
"description": "A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports",

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

"dependencies": {
"@wdio/reporter": "9.0.0-alpha.115+8196c4ccb",
"@wdio/types": "9.0.0-alpha.115+8196c4ccb",
"@wdio/reporter": "9.0.0-alpha.321+63953a607",
"@wdio/types": "9.0.0-alpha.321+63953a607",
"json-stringify-safe": "^5.0.1",

@@ -46,3 +46,3 @@ "junit-report-builder": "^3.0.0"

},
"gitHead": "8196c4ccb4f66e217e161804ef549f18b60dccb3"
"gitHead": "63953a6079023cb390a113fe5ce1c1b01b8e4bb6"
}

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