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.21.0 to 0.21.1

11

CHANGELOG.md

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

<a name="0.21.1"></a>
## [0.21.1](https://github.com/stryker-mutator/stryker/compare/stryker@0.21.0...stryker@0.21.1) (2018-04-09)
### Bug Fixes
* **Dashboard reporter:** fix typos ([047a370](https://github.com/stryker-mutator/stryker/commit/047a370))
<a name="0.21.0"></a>

@@ -8,0 +19,0 @@ # [0.21.0](https://github.com/stryker-mutator/stryker/compare/stryker@0.20.1...stryker@0.21.0) (2018-04-04)

2

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

@@ -5,0 +5,0 @@ "main": "src/Stryker.js",

@@ -189,3 +189,3 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker)

The `dashboard` reporter is a special kind of reporter. It sends a report to https://dashboard.stryker-mutator.io, enabling you to add a fancy mutation score badge to your readme! To make sure no unwanted results are send to the dashboards, it will only send the report if it is run from a build server. The only build server supported at the moment is travis (please open an [issue](https://github.com/stryker-mutator/stryker/issues/new) if your build server is missing). The reporter uses these environment settings:
The `dashboard` reporter is a special kind of reporter. It sends a report to https://dashboard.stryker-mutator.io, enabling you to add a fancy mutation score badge to your readme! To make sure no unwanted results are sent to the dashboards, it will only send the report if it is run from a build server. The only build server supported at the moment is travis (please open an [issue](https://github.com/stryker-mutator/stryker/issues/new) if your build server is missing). The reporter uses these environment settings:

@@ -196,3 +196,3 @@ | Environment variable | Description | Example value |

| TRAVIS\_PULL\_REQUEST | All PR builds are ignored by default | false |
| TRAVIS\_BRANCH | The branch to be send along with the report | master |
| TRAVIS\_BRANCH | The branch to be sent along with the report | master |
| STRYKER\_DASHBOARD\_API\_KEY | Your api key (generated for this repository on https://dashboard.stryker-mutator.io) | `52248872-2edc-4102-a43a-bcfca7a9ca99` |

@@ -199,0 +199,0 @@

@@ -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';

@@ -49,7 +49,7 @@ "use strict";

case 3:
this.log.info('Dashboard report is not send when build is for a pull request {TRAVIS_PULL_REQUEST=<number>}');
this.log.info('Dashboard report is not sent when build is for a pull request {TRAVIS_PULL_REQUEST=<number>}');
_a.label = 4;
case 4: return [3 /*break*/, 6];
case 5:
this.log.info('Dashboard report is not send when stryker didn\'t run on buildserver {TRAVIS=true}');
this.log.info('Dashboard report is not sent when stryker didn\'t run on buildserver {TRAVIS=true}');
_a.label = 6;

@@ -56,0 +56,0 @@ case 6: return [2 /*return*/];

@@ -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