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

@wdio/reporter

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/reporter - npm Package Compare versions

Comparing version 8.8.0 to 8.8.4

4

build/utils.d.ts

@@ -5,3 +5,3 @@ import type { Capabilities } from '@wdio/types';

* replaces whitespaces with underscore and removes dots
* @param {String} str variable to sanitize
* @param {string} str variable to sanitize
* @return {String} sanitized variable

@@ -12,3 +12,3 @@ */

* formats capability object into sanitized string for e.g.filenames
* @param {Object} caps Selenium capabilities
* @param {object} caps Selenium capabilities
*/

@@ -15,0 +15,0 @@ export declare function sanitizeCaps(caps?: Capabilities.DesiredCapabilities): string;

@@ -5,3 +5,3 @@ import supportsColor from 'supports-color';

* replaces whitespaces with underscore and removes dots
* @param {String} str variable to sanitize
* @param {string} str variable to sanitize
* @return {String} sanitized variable

@@ -21,3 +21,3 @@ */

* formats capability object into sanitized string for e.g.filenames
* @param {Object} caps Selenium capabilities
* @param {object} caps Selenium capabilities
*/

@@ -24,0 +24,0 @@ export function sanitizeCaps(caps) {

{
"name": "@wdio/reporter",
"version": "8.8.0",
"version": "8.8.4",
"description": "A WebdriverIO utility to help reporting all events",

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

"@wdio/logger": "8.6.6",
"@wdio/types": "8.8.0",
"@wdio/types": "8.8.4",
"diff": "^5.0.0",

@@ -50,3 +50,3 @@ "object-inspect": "^1.12.0",

},
"gitHead": "5089710e47a4bf14dac948302ac12edd71a83331"
"gitHead": "e88a296000de70344fbf19d0d63a54cb1a617427"
}
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