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

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.7.14 to 2.0.0

3

dist/src-generated/schema.d.ts

@@ -261,4 +261,5 @@ /**

Timeout = "Timeout",
Ignored = "Ignored"
Ignored = "Ignored",
Pending = "Pending"
}
//# sourceMappingURL=schema.d.ts.map

@@ -22,3 +22,4 @@ "use strict";

MutantStatus["Ignored"] = "Ignored";
MutantStatus["Pending"] = "Pending";
})(MutantStatus = exports.MutantStatus || (exports.MutantStatus = {}));
//# sourceMappingURL=schema.js.map

@@ -92,3 +92,3 @@ {

"description": "Result of the mutation.",
"enum": ["Killed", "Survived", "NoCoverage", "CompileError", "RuntimeError", "Timeout", "Ignored"]
"enum": ["Killed", "Survived", "NoCoverage", "CompileError", "RuntimeError", "Timeout", "Ignored", "Pending"]
},

@@ -95,0 +95,0 @@ "statusReason": {

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

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

"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme",
"gitHead": "deb605dda044f7b3df4a8535bfcc3b483b611b9b"
"gitHead": "3588711007ec9367c1f01274e0fd87e3a79cbce1"
}

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