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
4
Versions
261
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 5.13.2 to 5.14.4

reporter.d.ts

4

build/index.js

@@ -78,2 +78,3 @@ "use strict";

currentSuite.hooks.push(hookStat);
currentSuite.hooksAndTests.push(hookStat);
this.hooks[hook.uid] = hookStat;

@@ -92,2 +93,3 @@ this.onHookStart(hookStat);

currentSuite.tests.push(currentTest);
currentSuite.hooksAndTests.push(currentTest);
this.tests[test.uid] = currentTest;

@@ -129,4 +131,6 @@ this.onTestStart(currentTest);

currentSuite.tests.push(currentTest);
currentSuite.hooksAndTests.push(currentTest);
} else {
suiteTests[suiteTests.length - 1] = currentTest;
currentSuite.hooksAndTests[currentSuite.hooksAndTests.length - 1] = currentTest;
}

@@ -133,0 +137,0 @@

@@ -23,2 +23,3 @@ "use strict";

this.suites = [];
this.hooksAndTests = [];
}

@@ -25,0 +26,0 @@

5

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

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

},
"gitHead": "f646117fb777ab16d7614f2c8e6d896b0f2190ee"
"types": "reporter.d.ts",
"gitHead": "a61e97749a57e7b9e86864cbdf03456c71fd876a"
}
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