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

@wdio/reporter

Package Overview
Dependencies
Maintainers
3
Versions
260
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 7.10.1 to 7.12.5

6

build/stats/test.js

@@ -51,3 +51,7 @@ "use strict";

*/
(err.expected || err.actual)
(err.expected || err.actual) &&
/**
* and if they aren't already formated, e.g. in Jasmine
*/
(err.message && !err.message.includes('Expected: ') && !err.message.includes('Received: '))
? this._stringifyDiffObjs(err)

@@ -54,0 +58,0 @@ : err));

6

package.json
{
"name": "@wdio/reporter",
"version": "7.10.1",
"version": "7.12.5",
"description": "A WebdriverIO utility to help reporting all events",

@@ -37,3 +37,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"@types/supports-color": "^8.1.0",
"@wdio/types": "7.10.1",
"@wdio/types": "7.12.5",
"diff": "^5.0.0",

@@ -45,3 +45,3 @@ "fs-extra": "^10.0.0",

"types": "./build/index.d.ts",
"gitHead": "d667a41b46c5d0ca7b65da9d32432f3a63c452d8"
"gitHead": "f712d264bb5bd212e06d2a9fb88be4cbcc7018e1"
}

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