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.2 to 1.4.3

11

CHANGELOG.md

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

## [1.4.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.2...v1.4.3) (2020-11-04)
### Bug Fixes
* **ts:** make project root optional in TS api ([#721](https://github.com/stryker-mutator/mutation-testing-elements/issues/721)) ([c066733](https://github.com/stryker-mutator/mutation-testing-elements/commit/c06673391ee3c58ddfc2d074d3653755ef641c0a))
## [1.4.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)

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

2

dist/src/api/MutationTestResult.d.ts

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

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

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

{
"name": "mutation-testing-report-schema",
"version": "1.4.2",
"version": "1.4.3",
"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": "9e61aa82c9d0ff52f822b2f1dc3cdddf1b041305"
"gitHead": "5d0f22b919805e82762f77f455c4774db68fc05e"
}

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