Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stryker-html-reporter

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stryker-html-reporter - npm Package Compare versions

Comparing version 0.15.3 to 0.16.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.16.0"></a>
# [0.16.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.15.3...stryker-html-reporter@0.16.0) (2018-08-19)
### Features
* **stryker config:** rename config setting `reporter` to `reporters` ([#1088](https://github.com/stryker-mutator/stryker/issues/1088)) ([584218a](https://github.com/stryker-mutator/stryker/commit/584218a)), closes [#793](https://github.com/stryker-mutator/stryker/issues/793)
<a name="0.15.3"></a>

@@ -8,0 +19,0 @@ ## [0.15.3](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.15.2...stryker-html-reporter@0.15.3) (2018-08-17)

6

package.json
{
"name": "stryker-html-reporter",
"version": "0.15.3",
"version": "0.16.0",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",

@@ -47,3 +47,3 @@ "main": "src/index.js",

"peerDependencies": {
"stryker-api": ">=0.18.0 <0.20.0"
"stryker-api": ">=0.18.0 <0.21.0"
},

@@ -59,3 +59,3 @@ "devDependencies": {

"popper.js": "~1.14.3",
"stryker-api": "^0.19.0"
"stryker-api": "^0.20.0"
},

@@ -62,0 +62,0 @@ "contributors": [

@@ -37,3 +37,3 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker)

In order to use the reporter, you must add `'html'` as single reporter or add it to the list. For example: `reporter: 'html'` or `reporter: ['html', 'progress']`.
In order to use the reporter, you must add `'html'` to the reporters. For example: `reporters: ['html', 'progress']`.

@@ -55,3 +55,3 @@ ### Options

// ...
reporter: 'html', // or ['html', 'progress'] to configure multiple reporters at once
reporters: ['html'], // You may also want to specify other reporters
htmlReporter: {

@@ -58,0 +58,0 @@ baseDir: 'reports/mutation/html' // this is the default

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