Socket
Socket
Sign inDemoInstall

mutation-testing-report-schema

Package Overview
Dependencies
Maintainers
2
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.4.1 to 1.4.2

11

CHANGELOG.md

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

## [1.4.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)
### Features
* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425))
## [1.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.0...v1.4.1) (2020-10-27)

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

1

dist/src/api/MutationTestResult.d.ts

@@ -5,2 +5,3 @@ import { FileResultDictionary } from './FileResult';

schemaVersion: string;
projectRoot: string;
thresholds: Thresholds;

@@ -7,0 +8,0 @@ files: FileResultDictionary;

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

};
projectRoot: {
type: string;
title: string;
examples: string[];
};
files: {

@@ -38,0 +43,0 @@ type: string;

@@ -48,2 +48,10 @@ {

},
"projectRoot": {
"type": "string",
"title": "The optional location of the project root.",
"examples": [
"C:\\Projects\\project-under-test",
"/home/user/projects/project-under-test"
]
},
"files": {

@@ -50,0 +58,0 @@ "type": "object",

4

package.json
{
"name": "mutation-testing-report-schema",
"version": "1.4.1",
"version": "1.4.2",
"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": "59e72abde7cf231b1b6edda0a4343c73076ca31c"
"gitHead": "9e61aa82c9d0ff52f822b2f1dc3cdddf1b041305"
}

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