New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stryker

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stryker - npm Package Compare versions

Comparing version 0.22.4 to 0.23.0

16

CHANGELOG.md

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

<a name="0.23.0"></a>
# [0.23.0](https://github.com/stryker-mutator/stryker/compare/stryker@0.22.4...stryker@0.23.0) (2018-04-30)
### Features
* **node version:** drop node 4 support ([#724](https://github.com/stryker-mutator/stryker/issues/724)) ([a038931](https://github.com/stryker-mutator/stryker/commit/a038931))
### BREAKING CHANGES
* **node version:** Node 4 is no longer supported.
<a name="0.22.4"></a>

@@ -8,0 +24,0 @@ ## [0.22.4](https://github.com/stryker-mutator/stryker/compare/stryker@0.22.3...stryker@0.22.4) (2018-04-20)

6

package.json
{
"name": "stryker",
"version": "0.22.4",
"version": "0.23.0",
"description": "The extendable JavaScript mutation testing framework",

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

"engines": {
"node": ">=4"
"node": ">=6"
},

@@ -83,3 +83,3 @@ "keywords": [

"@types/progress": "^2.0.1",
"stryker-api": "^0.16.1"
"stryker-api": "^0.17.0"
},

@@ -86,0 +86,0 @@ "peerDependencies": {

@@ -0,0 +0,0 @@ export declare type ChildProxy<T> = {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class ChildProcessProxyWorker {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum WorkerMessageKind {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Config } from 'stryker-api/config';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TestFramework } from 'stryker-api/test_framework';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { StatementMap } from 'stryker-api/test_runner';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=FileStatements.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { RestClient } from 'typed-rest-client/RestClient';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ interface PromptOption {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=PromptOption.js.map

@@ -0,0 +0,0 @@ import { StrykerOptions } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NpmClient from './NpmClient';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import PromptOption from './PromptOption';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { File } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import StrictReporter from '../reporters/StrictReporter';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RunnerOptions } from 'stryker-api/test_runner';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IsolatedRunnerOptions.js.map

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ import { RunResult } from 'stryker-api/test_runner';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=MessageProtocol.js.map

@@ -0,0 +0,0 @@ import IsolatedRunnerOptions from './IsolatedRunnerOptions';

@@ -0,0 +0,0 @@ import { RunOptions, RunResult } from 'stryker-api/test_runner';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TestRunner, RunOptions, RunResult } from 'stryker-api/test_runner';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RunOptions, RunResult } from 'stryker-api/test_runner';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RunResult } from 'stryker-api/test_runner';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { File } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Config } from 'stryker-api/config';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Node } from 'estree';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IdentifiedNode.js.map

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IdentifiedNode } from './IdentifiedNode';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=NodeMutator.js.map

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import NodeMutator from './NodeMutator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class PluginLoader {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RunResult } from 'stryker-api/test_runner';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MutantResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { StrykerOptions } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Reporter, SourceFile, MutantResult, MatchedMutant, ScoreResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Reporter, MutantResult, ScoreResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MutationScoreThresholds } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { HttpClient } from 'typed-rest-client/HttpClient';

@@ -0,0 +0,0 @@ import { Reporter, ScoreResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Reporter, MutantResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { StrykerOptions } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MatchedMutant } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

import ProgressBar = require('progress');
export default ProgressBar;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MatchedMutant, Reporter, MutantResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MatchedMutant, MutantResult } from 'stryker-api/report';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Reporter, SourceFile, MutantResult, MatchedMutant, ScoreResult } from 'stryker-api/report';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=StrictReporter.js.map

@@ -0,0 +0,0 @@ import { Config } from 'stryker-api/config';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MutationScoreThresholds } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { File, Range, Location, Position } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Config } from 'stryker-api/config';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class StrykerCli {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Location } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TestFramework } from 'stryker-api/test_framework';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import TestableMutant from './TestableMutant';

@@ -0,0 +0,0 @@ "use strict";

import { TestFramework } from 'stryker-api/test_framework';
export declare const COVERAGE_CURRENT_TEST_VARIABLE_NAME = "__strykerCoverageCurrentTest__";
export declare function coveragePerTestHooks(testFramework: TestFramework): string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Transpiler } from 'stryker-api/transpile';

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { File, Location } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { File } from 'stryker-api/core';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=TranspileResult.js.map

@@ -0,0 +0,0 @@ import { File } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Location } from 'stryker-api/core';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as estree from 'estree';

@@ -0,0 +0,0 @@ "use strict";

export default class StrykerError extends Error {
constructor(message: string, innerError?: Error);
}

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class Timer {

@@ -0,0 +0,0 @@ "use strict";

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