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

@stryker-mutator/api

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/api - npm Package Compare versions

Comparing version 6.1.2 to 6.2.0-beta.0

11

CHANGELOG.md

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

# [6.2.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v6.1.2...v6.2.0-beta.0) (2022-06-28)
### Features
* **incremental:** add incremental mode ([04cf8a2](https://github.com/stryker-mutator/stryker-js/commit/04cf8a2f87fea5ebe941a1357636389193d7dc13))
## [6.1.2](https://github.com/stryker-mutator/stryker-js/compare/v6.1.1...v6.1.2) (2022-06-28)

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

15

dist/schema/stryker-core.json

@@ -273,7 +273,2 @@ {

},
"maxTestRunnerReuse": {
"description": "Restart each test runner worker process after `n` runs. Not recommended unless you are experiencing memory leaks that you are unable to resolve. Configuring `0` here means infinite reuse.",
"type": "number",
"default": 0
},
"commandRunner": {

@@ -317,2 +312,7 @@ "description": "Options used by the command test runner. Note: these options will only be used when the command test runner is activated (this is the default)",

},
"incremental": {
"description": "Experimental: Enable 'incremental mode'. Stryker will store results in \"reports/.mutation-incremental.json\" and use those to speed up the next --incremental run",
"type": "boolean",
"default": false
},
"fileLogLevel": {

@@ -338,2 +338,7 @@ "description": "Set the log level that Stryker uses to write to the \"stryker.log\" file",

},
"maxTestRunnerReuse": {
"description": "Restart each test runner worker process after `n` runs. Not recommended unless you are experiencing memory leaks that you are unable to resolve. Configuring `0` here means infinite reuse.",
"type": "number",
"default": 0
},
"mutate": {

@@ -340,0 +345,0 @@ "description": "With mutate you configure the subset of files to use for mutation testing. Generally speaking, these should be your own source files.",

@@ -32,6 +32,2 @@ /**

concurrency?: number;
/**
* Restart each test runner worker process after `n` runs. Not recommended unless you are experiencing memory leaks that you are unable to resolve. Configuring `0` here means infinite reuse.
*/
maxTestRunnerReuse: number;
commandRunner: CommandRunnerOptions;

@@ -56,2 +52,6 @@ coverageAnalysis: CoverageAnalysis;

ignoreStatic: boolean;
/**
* Experimental: Enable 'incremental mode'. Stryker will store results in "reports/.mutation-incremental.json" and use those to speed up the next --incremental run
*/
incremental: boolean;
fileLogLevel: LogLevel;

@@ -72,2 +72,6 @@ /**

/**
* Restart each test runner worker process after `n` runs. Not recommended unless you are experiencing memory leaks that you are unable to resolve. Configuring `0` here means infinite reuse.
*/
maxTestRunnerReuse: number;
/**
* With mutate you configure the subset of files to use for mutation testing. Generally speaking, these should be your own source files.

@@ -74,0 +78,0 @@ */

{
"name": "@stryker-mutator/api",
"version": "6.1.2",
"version": "6.2.0-beta.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",

@@ -81,3 +81,3 @@ "type": "module",

},
"gitHead": "08dda207999f3cf352a05c6fa546ef927b755941"
"gitHead": "2e485b9fb5dff078a702643a7e9b6380fdd3e90f"
}

@@ -34,6 +34,2 @@ /**

concurrency?: number;
/**
* Restart each test runner worker process after `n` runs. Not recommended unless you are experiencing memory leaks that you are unable to resolve. Configuring `0` here means infinite reuse.
*/
maxTestRunnerReuse: number;
commandRunner: CommandRunnerOptions;

@@ -58,2 +54,6 @@ coverageAnalysis: CoverageAnalysis;

ignoreStatic: boolean;
/**
* Experimental: Enable 'incremental mode'. Stryker will store results in "reports/.mutation-incremental.json" and use those to speed up the next --incremental run
*/
incremental: boolean;
fileLogLevel: LogLevel;

@@ -74,2 +74,6 @@ /**

/**
* Restart each test runner worker process after `n` runs. Not recommended unless you are experiencing memory leaks that you are unable to resolve. Configuring `0` here means infinite reuse.
*/
maxTestRunnerReuse: number;
/**
* With mutate you configure the subset of files to use for mutation testing. Generally speaking, these should be your own source files.

@@ -76,0 +80,0 @@ */

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