Socket
Socket
Sign inDemoInstall

mutation-testing-report-schema

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutation-testing-report-schema - npm Package Compare versions

Comparing version 1.0.5 to 1.0.8

12

CHANGELOG.md

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

## [1.0.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.0.7...v1.0.8) (2019-06-17)
### Features
* **mutant description:** show optional mutant description ([#37](https://github.com/stryker-mutator/mutation-testing-elements/issues/37)) ([1f10847](https://github.com/stryker-mutator/mutation-testing-elements/commit/1f10847))
## [1.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.0.4...v1.0.5) (2019-04-05)

@@ -8,0 +20,0 @@

3

dist/src/api/MutantResult.d.ts

@@ -5,3 +5,4 @@ import { Location } from './Location';

mutatorName: string;
replacement: string;
replacement?: string;
description?: string;
location: Location;

@@ -8,0 +9,0 @@ status: MutantStatus;

@@ -96,2 +96,7 @@ export * from './api';

};
"description": {
"type": string;
"title": string;
"examples": string[];
};
"location": {

@@ -98,0 +103,0 @@ "type": string;

@@ -93,3 +93,4 @@ {

"cs",
"scala"
"scala",
"java"
]

@@ -113,3 +114,2 @@ },

"mutatorName",
"replacement",
"location",

@@ -145,2 +145,9 @@ "status"

},
"description": {
"type": "string",
"title": "Description of the applied mutation.",
"examples": [
"removed call to java/io/Writer::write"
]
},
"location": {

@@ -147,0 +154,0 @@ "type": "object",

{
"name": "mutation-testing-report-schema",
"version": "1.0.5",
"version": "1.0.8",
"description": "The json schema for a mutation testing report.",

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

"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-elements#readme",
"gitHead": "3fd97a9539be6efb6cb7a94c847dd92ed6cef5b1"
"gitHead": "5ecbe9505583618c0a879e39f421379dde8be182"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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