Socket
Socket
Sign inDemoInstall

wdio-timeline-reporter

Package Overview
Dependencies
97
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

6

lib/timeline-reporter.js

@@ -125,2 +125,8 @@ const events = require('events');

modalImgEl.setAttribute('src', event.target.src);
if (modalImgEl.naturalWidth / modalImgEl.naturalHeight > 1) {
document.querySelector('.modal-content').setAttribute("style", "width: 90%;");
} else {
document.querySelector('.modal-content').setAttribute("style", "width: 640px");
}
modalEl.classList.add('is-active');

@@ -127,0 +133,0 @@ });

2

package.json
{
"name": "wdio-timeline-reporter",
"version": "1.0.3",
"version": "1.0.4",
"description": "A WebdriverIO reporter. Creates a simple HTML report after test runs",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc