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

multiple-cucumber-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiple-cucumber-html-reporter - npm Package Compare versions

Comparing version 1.11.8 to 1.11.9

2

lib/generate-report.js

@@ -329,3 +329,3 @@ 'use strict';

if (embedding.mime_type === 'application/json' || embedding.media && embedding.media.type === 'application/json') {
step.text = (step.text ? step.text : []).concat([ JSON.stringify(embedding.data) ]);
step.text = (step.text ? step.text : []).concat([ JSON.parse(embedding.data) ]);
} else if (embedding.mime_type === 'text/html' || (embedding.media && embedding.media.type === 'text/html')) {

@@ -332,0 +332,0 @@ step.html = (step.html ? step.html : []).concat([

{
"name": "multiple-cucumber-html-reporter",
"version": "1.11.8",
"version": "1.11.9",
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)",

@@ -5,0 +5,0 @@ "keywords": [

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