Socket
Socket
Sign inDemoInstall

@stryker-mutator/typescript-checker

Package Overview
Dependencies
188
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123456

4.0.0-beta.8

Diff

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)
strykermutator-npa
published 4.0.0-beta.1 •

Changelog

Source

4.0.0-beta.1 (2020-07-17)

Bug Fixes

  • Jest: Notify users of lacking Jest support (#2322) (0bbc0c1)
strykermutator-npa
published 4.0.0-beta.0 •

Changelog

Source

4.0.0-beta.0 (2020-07-10)

Bug Fixes

  • buildCommand: allow for a single command string in posix (77b6a20)
  • instrumenter: don't mutate require (963e289)
  • jasmine-runner: update deprecated api calls (#2250) (b6d6dfd)
  • karma-runner: mocha filtering with / (#2290) (3918633)
  • reporter: report event order (#2311) (ceb73a8)
  • sandbox: exec build command before symlink (bd25cd6)
  • typescript-checker: support empty files (#2310) (284a28c)

Features

BREAKING CHANGES

  • core: * --maxConcurrentTestRunners is now deprecated. Please use --concurrency instead.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc