Socket
Socket
Sign inDemoInstall

@stryker-mutator/karma-runner

Package Overview
Dependencies
5
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0

10

CHANGELOG.md

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

# [2.4.0](https://github.io/stryker-mutator/stryker/compare/v2.3.0...v2.4.0) (2019-11-24)
**Note:** Version bump only for package @stryker-mutator/karma-runner
# [2.3.0](https://github.io/stryker-mutator/stryker/compare/v2.2.1...v2.3.0) (2019-11-13)

@@ -627,3 +635,3 @@

* **typescript:** * Hoist the `Mutator` interface to a higher abstraction. With this interface it was possible to add mutators for specific ES5 AST nodes. As we're moving away from ES5, this plugin abstraction had to be hoisted to a higher level. It is no longer possible to plugin a specific ES5 node mutator.
* Update `report` interface: Rename `MutantState.Error` => `MutantState.RuntimeError`.
* Update `report` interface: Rename `MutantState.Error` => `MutantState.RuntimeError`.

@@ -630,0 +638,0 @@

17

package.json
{
"name": "@stryker-mutator/karma-runner",
"version": "2.3.0",
"version": "2.4.0",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
"start": "tsc -w",
"clean": "rimraf \"+(test|src)/**/*+(.d.ts|.js|.map)\" .nyc_output reports coverage __test_hooks_for_stryker__.js",
"test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 80 --functions 80 --branches 75 npm run mocha",
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" && mocha --timeout 30000 \"test/helpers/**/*.js\" \"test/integration/**/*.js\" --exit"
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" && mocha --timeout 30000 --exit \"test/helpers/**/*.js\" \"test/integration/**/*.js\"",
"stryker": "node ../core/bin/stryker run"
},

@@ -34,5 +33,5 @@ "repository": {

"devDependencies": {
"@stryker-mutator/jasmine-framework": "^2.3.0",
"@stryker-mutator/test-helpers": "^2.3.0",
"@stryker-mutator/util": "^2.3.0",
"@stryker-mutator/jasmine-framework": "^2.4.0",
"@stryker-mutator/test-helpers": "^2.4.0",
"@stryker-mutator/util": "^2.4.0",
"@types/express": "~4.17.0",

@@ -49,3 +48,3 @@ "@types/semver": "~6.2.0",

"dependencies": {
"@stryker-mutator/api": "^2.3.0",
"@stryker-mutator/api": "^2.4.0",
"decamelize": "^3.0.0",

@@ -67,3 +66,3 @@ "semver": "~6.3.0",

},
"gitHead": "a653514539331f98f0a21bb15c4e9de9e7e54144"
"gitHead": "b36b2234798390e3674576bf3142718b576ad55c"
}

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

[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fstryker%2Fmaster%3Fmodule%3Dkarma-runner)](https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/stryker/master?module=karma-runner)
[![Build Status](https://github.com/stryker-mutator/stryker/workflows/CI/badge.svg)](https://github.com/stryker-mutator/stryker/actions?query=workflow%3ACI+branch%3Amaster)

@@ -20,4 +21,4 @@ [![NPM](https://img.shields.io/npm/dm/@stryker-mutator/karma-runner.svg)](https://www.npmjs.com/package/@stryker-mutator/karma-runner)

The `@stryker-mutator/karma-runner` is a plugin for `stryker` to enable `karma` as a test runner.
However, it does *not* come packaged with it's own version of `karma`, instead it
The `@stryker-mutator/karma-runner` is a plugin for `stryker` to enable `karma` as a test runner.
However, it does *not* come packaged with it's own version of `karma`, instead it
uses *your very own karma* version. It can also work with `@angular/cli`, see [Configuring](#configuring)

@@ -62,3 +63,3 @@

Specify a ['karma.conf.js' file](http://karma-runner.github.io/2.0/config/configuration-file.html) to be loaded.
Specify a ['karma.conf.js' file](http://karma-runner.github.io/2.0/config/configuration-file.html) to be loaded.
Options specified directly in your stryker.conf.js file using `karma.config` will overrule options in your karma.conf.js file.

@@ -65,0 +66,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc