Socket
Socket
Sign inDemoInstall

@stryker-mutator/karma-runner

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/karma-runner - npm Package Versions

1
10

4.0.0

Diff

Changelog

Source

4.0.0 (2020-10-07)

Bug Fixes

  • instrumenter: don't mutate generics (#2530) (ed42e3c)
  • presets: update init templates for 4.0 release (#2526) (ec0d75e)
strykermutator-npa
published 4.0.0-beta.10 •

Changelog

Source

4.0.0-beta.10 (2020-10-05)

Bug Fixes

Features

  • instrumenter: add excludedMutations support (#2513) (bfd714f)
strykermutator-npa
published 4.0.0-beta.9 •

Changelog

Source

4.0.0-beta.9 (2020-09-30)

Bug Fixes

  • config: deprecate function based config (#2499) (8ea3c18)
  • core: fix "too many open files" (#2498) (5b7c242)
  • instrumenter: only add header when there are mutats (#2503) (8f989cc)
  • mutate config: don't warn about files not existing at the default mutate location (#2509) (66c2444), closes #2455
  • shebang: support shebang in in files (#2510) (7d2dd80)

Features

  • core: add appendPlugins command-line option (#2385) (0dec9b8)
  • core: correct initial test run timing (#2496) (4f5a37e)
  • jest-runner: deprecate "create-react-app-ts" (#2497) (0aacc7b)
  • test-runner: Add --maxTestRunnerReuse support (5919484)

BREAKING CHANGES

  • config: exporting a function from stryker.conf.js is deprecated. Please export your config as an object instead, or use a stryker.conf.json file.

Co-authored-by: Nico Jansen jansennico@gmail.com

strykermutator-npa
published 4.0.0-beta.8 •

Changelog

Source

4.0.0-beta.8 (2020-09-22)

Bug Fixes

  • instrumenter: ignore declare syntax (b1faa16)

Features

  • core: add --cleanTempDir cli option (6ef792c)
  • instrumenter: improve placement error (12e097e)
strykermutator-npa
published 4.0.0-beta.7 •

Changelog

Source

4.0.0-beta.7 (2020-09-17)

Bug Fixes

  • core: allow skipped tests when matching mutants (#2487) (09eacee), closes #2485
  • instrumenter: don't mutate constructor blocks with initialized class properties (#2484) (ca464a3), closes #2474
  • instrumenter: place mutants in if statements (#2481) (4df4102), closes #2469
strykermutator-npa
published 4.0.0-beta.6 •

Changelog

Source

4.0.0-beta.6 (2020-09-10)

Bug Fixes

strykermutator-npa
published 4.0.0-beta.5 •

Changelog

Source

4.0.0-beta.5 (2020-09-09)

Bug Fixes

  • jasmine-runner: fix memory leaks (457d807)
  • mocha-runner: don't allow custom timeout (#2463) (e90b563)
  • mocha-runner: fix memory leaks (23eede2)
  • reporters: correctly report avg tests/mutants (#2458) (582e01b)

Features

strykermutator-npa
published 4.0.0-beta.4 •

Changelog

Source

4.0.0-beta.4 (2020-08-29)

Bug Fixes

Features

  • api: rename test_runner2 -> test_runner (#2442) (4d3ae97)
  • jest-runner: switch mutants using env (#2416) (cad01ba)
  • karma-runner: force bail = true in all cases (ba928a1)
  • options: deprecate old stryker options (#2395) (7c637c8)
  • reporter-api: support mutation switching (67f1ed5)
  • test-runner: add nrOfTests metric (0eea448)
  • wct-runner: drop support for wct (#2440) (7c55424)

Performance Improvements

BREAKING CHANGES

  • api: Plugin creators should now use 'test_runner' instead of 'test_runner2'.
  • wct-runner: The @stryker-mutator/wct-runner package is dropped in Stryker 4.0. Please see https://github.com/stryker-mutator/stryker/issues/2386 for more details. Feel free to keep using @stryker-mutator/wct-runner@3 or start a community fork. Note that support for the web-component-tester itself is minimal, you might want to consider switching to a different test runner. Stryker still supports Mocha, Jest, Jasmine and Karma.
  • reporter-api: The onMutantTested and onAllMutantsTested methods on the Reporter api have changed
strykermutator-npa
published 4.0.0-beta.3 •

Changelog

Source

4.0.0-beta.3 (2020-08-19)

Bug Fixes

Features

BREAKING CHANGES

  • exit prematurely: Stryker will now exit with exit code 1 when no tests were executed in the initial test run.
  • mocha: Mocha@<6 is deprecated and support for it will be removed in Stryker v5
  • jest-runner: Project types react and react-ts has been removed. Please use create-react-app and create-react-app-ts respectively
strykermutator-npa
published 4.0.0-beta.2 •

Changelog

Source

4.0.0-beta.2 (2020-08-07)

Bug Fixes

  • ArrowFunction mutator: don't mutate () => undefined (#2313) (310145e)
  • instrumenter: don't mutate string literals in object properties (#2354) (cd43952)
  • mutator: issue with block statement mutator (#2342) (aaa4ff6), closes #2314

Features

  • command: Support command test runner with mutation switching (#2345) (59b1cfc)
  • jest-runner: support mutation switching (#2350) (9e6e6e0)
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