Socket
Socket
Sign inDemoInstall

html-reporter

Package Overview
Dependencies
Maintainers
7
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-reporter - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

10

CHANGELOG.md

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

<a name="2.0.4"></a>
## [2.0.4](https://github.com/gemini-testing/html-reporter/compare/v2.0.3...v2.0.4) (2018-02-06)
### Bug Fixes
* parse cli ([1949147](https://github.com/gemini-testing/html-reporter/commit/1949147))
<a name="2.0.3"></a>

@@ -7,0 +17,0 @@ ## [2.0.3](https://github.com/gemini-testing/html-reporter/compare/v2.0.2...v2.0.3) (2018-02-04)

2

lib/config.js

@@ -26,2 +26,3 @@ 'use strict';

parseEnv: JSON.parse,
parseCli: JSON.parse,
validate: (v) => {

@@ -36,2 +37,3 @@ if (!_.isBoolean(v)) {

parseEnv: JSON.parse,
parseCli: JSON.parse,
validate: (v) => {

@@ -38,0 +40,0 @@ if (!_.isBoolean(v) && !_.isPlainObject(v)) {

2

package.json
{
"name": "html-reporter",
"version": "2.0.3",
"version": "2.0.4",
"description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report",

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

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