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

wdio-timeline-reporter

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-timeline-reporter - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/timeline-reporter.js

@@ -430,3 +430,3 @@ const events = require('events');

const markup = context.map(makeHtml);
const html = `${!!markup ? `<details><summary>ADDITIONAL CONTEXT</summary><table class=table is-bordered is-striped>${markup.join('')}</table></details>` : '' }`;
const html = `${!!markup ? `<details><summary>ADDITIONAL CONTEXT</summary><table class="table is-striped is-bordered is-fullwidth">${markup.join('')}</table></details>` : '' }`;
return html;

@@ -433,0 +433,0 @@ }

{
"name": "wdio-timeline-reporter",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

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

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