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 3.6.0 to 3.6.1

10

lib/generate-report.js

@@ -409,3 +409,13 @@ 'use strict';

step.attachments = [];
step.embeddings.forEach((embedding, embeddingIndex) => {
/* Decode Base64 for Text-ish attachements */
if(
embedding.mime_type === 'application/json' ||
embedding.mime_type === 'text/html' ||
embedding.mime_type === 'text/plain'
) {
embedding.data = Buffer.from(embedding.data.toString(), 'base64')
}
/* istanbul ignore else */

@@ -412,0 +422,0 @@ if (

2

package.json
{
"name": "multiple-cucumber-html-reporter",
"version": "3.6.0",
"version": "3.6.1",
"description": "Generate beautiful Cucumber.js 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