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.3 to 1.11.4

6

lib/collect-jsons.js

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

});
if (options.saveCollectedJSON) {

@@ -51,3 +51,3 @@ const file = path.resolve(options.reportPath, 'merged-output.json');

}
return jsonOutput;

@@ -57,3 +57,3 @@ }

console.log(chalk.yellow(`WARNING: No JSON files found in '${options.jsonDir}'. NO REPORT CAN BE CREATED!`));
return "[]";
return [];
};
{
"name": "multiple-cucumber-html-reporter",
"version": "1.11.3",
"version": "1.11.4",
"description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)",

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

@@ -420,4 +420,4 @@ Multiple Cucumber HTML Reporter

## Changelog
The Changelog can be found [here](./CHANGELOG.md)
## Changelog and Releases
The Changelog and releases can be found [here](https://github.com/wswebcreation/multiple-cucumber-html-reporter/releases)

@@ -424,0 +424,0 @@ ## Contributing

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