Socket
Socket
Sign inDemoInstall

html-reporter

Package Overview
Dependencies
16
Maintainers
7
Versions
296
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.2 to 2.8.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.8.3"></a>
## [2.8.3](https://github.com/gemini-testing/html-reporter/compare/v2.8.2...v2.8.3) (2018-03-26)
### Bug Fixes
* take set option from global options ([#76](https://github.com/gemini-testing/html-reporter/issues/76)) ([4819de5](https://github.com/gemini-testing/html-reporter/commit/4819de5))
<a name="2.8.2"></a>

@@ -7,0 +17,0 @@ ## [2.8.2](https://github.com/gemini-testing/html-reporter/compare/v2.8.1...v2.8.2) (2018-03-23)

3

lib/gui/index.js

@@ -7,4 +7,2 @@ 'use strict';

const collect = (newValue, array = []) => array.concat(newValue);
module.exports = (program, tool, pluginConfig) => {

@@ -17,3 +15,2 @@ program

.option('--hostname <hostname>', 'Hostname to launch server on', 'localhost')
.option('-s, --set <set>', 'set to run', collect)
.option('-a, --auto-run', 'auto run immediately')

@@ -20,0 +17,0 @@ .option('-O, --no-open', 'not to open a browser window after starting the server')

{
"name": "html-reporter",
"version": "2.8.2",
"version": "2.8.3",
"description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc