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

wdio-reportportal-reporter

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-reportportal-reporter - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/reporter.js

@@ -22,4 +22,2 @@ const { EventEmitter } = require('events');

// Test framework events
this.on('hook:start', ::this.hookStart);
this.on('hook:end', ::this.hookEnd);
this.on('suite:start', ::this.suiteStart);

@@ -34,4 +32,2 @@ this.on('suite:end', ::this.suiteEnd);

this.on('start', ::this.start);
this.on('runner:command', ::this.runnerCommand);
this.on('runner:result', ::this.runnerResult);

@@ -38,0 +34,0 @@ // Rp events

2

package.json
{
"name": "wdio-reportportal-reporter",
"version": "0.0.4",
"version": "0.0.5",
"description": "A WebdriverIO plugin. Report results to Report Portal.",

@@ -5,0 +5,0 @@ "main": "build/reporter.js",

@@ -12,3 +12,3 @@ WDIO Report Portal Reporter

"devDependencies": {
"wdio-reportportal-reporter": "~0.0.3"
"wdio-reportportal-reporter": "~0.0.4"
}

@@ -15,0 +15,0 @@ }

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