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.6.0 to 0.7.0

18

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.7.0"></a>
# [0.7.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.6.0...stryker-html-reporter@0.7.0) (2017-08-25)
### Code Refactoring
* change ConfigWriter interface name to ConfigEditor (#357) ([ec4ae03](https://github.com/stryker-mutator/stryker/commit/ec4ae03))
### BREAKING CHANGES
* Public api for `ConfigWriter` is renamed to `ConfigEditor`. The corresponding `write` method is renamed to `edit`. If you're using custom `ConfigWriter` plugins you should rename the `write` method to `edit`. Please update the `stryker-mocha-framework` and `stryker-karma-runner` to the latest versions as they provide the new `ConfigEditor` plugin.
<a name="0.6.0"></a>

@@ -7,0 +23,0 @@ # [0.6.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.5.0...stryker-html-reporter@0.6.0) (2017-08-11)

8

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

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

"scripts": {
"clean": "rimraf \"+(test|src)/!(resources)/**/*+(.d.ts|.js|.map)\" \"+(test|src)/*+(.d.ts|.js|.map)\" coverage",
"clean": "rimraf \"+(test|src)/!(resources)/**/*+(.d.ts|.js|.map)\" \"+(test|src)/*+(.d.ts|.js|.map)\" .nyc_output reports coverage",
"prebuild": "npm run clean",

@@ -45,3 +45,3 @@ "build": "tsc -p . && node tasks/clientResources.js && browserify src/resources/stryker.js -o resources/stryker.js",

"peerDependencies": {
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},

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

"highlight.js": "^9.4.0",
"stryker-api": "^0.7.0"
"stryker-api": "^0.8.0"
},

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

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