New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9.0 to 0.9.1

11

CHANGELOG.md

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

<a name="0.9.1"></a>
## [0.9.1](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.9.0...stryker-html-reporter@0.9.1) (2017-10-11)
### Bug Fixes
* **readme:** Remove old warning and update the example image ([#416](https://github.com/stryker-mutator/stryker/issues/416)) ([7e66214](https://github.com/stryker-mutator/stryker/commit/7e66214))
<a name="0.9.0"></a>

@@ -8,0 +19,0 @@ # [0.9.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.8.0...stryker-html-reporter@0.9.0) (2017-10-10)

5

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

@@ -20,2 +20,5 @@ "main": "src/index.js",

},
"engines": {
"node": ">=4"
},
"keywords": [

@@ -22,0 +25,0 @@ "stryker",

9

README.md

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

## Warning
The stryker-html-reporter will be available from stryker v0.4.0 onward (which should be released soon).
## Example
Click on the image below to see a real-life example of a report generated from a test un on stryker itself!
Click on the image below to see a real-life example of a report generated from a test run on stryker itself!
[![example](https://github.com/stryker-mutator/stryker-html-reporter/raw/master/example.png)](https://stryker-mutator.github.io/stryker-html-reporter)
[![example](https://github.com/stryker-mutator/stryker/blob/html-docs/packages/stryker-html-reporter/example.png)](https://stryker-mutator.github.io/stryker-html-reporter)

@@ -45,3 +42,3 @@ ## Install

You can configure the html reporter by adding a `htmlReporter` to your config.
You can configure the html reporter by adding a `htmlReporter` object to your config.

@@ -48,0 +45,0 @@ #### htmlReporter.baseDir

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