Socket
Socket
Sign inDemoInstall

@stryker-mutator/karma-runner

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/karma-runner - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

CHANGELOG.md

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

## [1.0.2](https://github.io/stryker-mutator/stryker/compare/v1.0.1...v1.0.2) (2019-02-13)
### Bug Fixes
* **stryker init:** update metadata for `stryker init` command ([#1403](https://github.io/stryker-mutator/stryker/issues/1403)) ([38f269b](https://github.io/stryker-mutator/stryker/commit/38f269b)), closes [#1402](https://github.io/stryker-mutator/stryker/issues/1402)
## [1.0.1](https://github.io/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13)

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

9

package.json
{
"name": "@stryker-mutator/karma-runner",
"version": "1.0.1",
"version": "1.0.2",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",

@@ -21,5 +21,4 @@ "main": "src/index.js",

"stryker",
"stryker-mutator-plugin",
"karma",
"test-runner-plugin"
"@stryker-mutator/test-runner-plugin"
],

@@ -36,3 +35,3 @@ "publishConfig": {

"devDependencies": {
"@stryker-mutator/jasmine-framework": "^1.0.1",
"@stryker-mutator/jasmine-framework": "^1.0.2",
"@stryker-mutator/test-helpers": "^1.0.1",

@@ -69,3 +68,3 @@ "@stryker-mutator/util": "^1.0.0",

},
"gitHead": "bf2f0926527f7e7f15ecb6d3c3eacc1f65c4305a"
"gitHead": "120ff1d945c277d4f1578156efd585ca1b6621e5"
}

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

export {};
import { PluginKind } from '@stryker-mutator/api/plugin';
export declare const strykerPlugins: import("@stryker-mutator/api/plugin").ClassPlugin<PluginKind.TestRunner, ["logger", "getLogger", "options"]>[];
//# sourceMappingURL=index.d.ts.map

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

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

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

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

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

export declare function start(): Promise<void>;
//# sourceMappingURL=karmaStarter.d.ts.map

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

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

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

@@ -0,0 +0,0 @@ import { Config, ConfigOptions } from 'karma';

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

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

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

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { CoverageCollection, CoverageCollectionPerTest } from '@stryker-mutator/api/test_runner';

@@ -2,0 +3,0 @@ import { EventEmitter } from 'events';

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

"use strict";
// Keep empty file to makes sure __test_hooks_for_stryker__.js exists
//# sourceMappingURL=testHooksForStryker.js.map

@@ -0,0 +0,0 @@ import { RequestHandler } from 'express';

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

export declare function requireModule(name: string): any;
//# sourceMappingURL=utils.d.ts.map

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

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