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

mutation-testing-metrics

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutation-testing-metrics - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

11

CHANGELOG.md

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

## [1.6.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.6.0...v1.6.1) (2021-02-23)
### Bug Fixes
* **mutant-model:** add missing `statusReason` field ([#916](https://github.com/stryker-mutator/mutation-testing-elements/issues/916)) ([80ffbec](https://github.com/stryker-mutator/mutation-testing-elements/commit/80ffbec023e860a7b64f8bd5dbf849ac2d5b76d2))
# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22)

@@ -8,0 +19,0 @@

1

dist/src/model/mutant-model.d.ts

@@ -19,2 +19,3 @@ import { Location, MutantResult, MutantStatus } from 'mutation-testing-report-schema';

status: MutantStatus;
statusReason?: string;
testsCompleted: number | undefined;

@@ -21,0 +22,0 @@ constructor(input: MutantResult);

4

package.json
{
"name": "mutation-testing-metrics",
"version": "1.6.0",
"version": "1.6.1",
"description": "Utility functions to calculate mutation testing metrics.",

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

},
"gitHead": "242a4e31adc6131c10106b4846b0b66c9254e16c"
"gitHead": "aaf05db7dbfb6c4453501d268d0fadb199da27ed"
}
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