Socket
Socket
Sign inDemoInstall

@stryker-mutator/util

Package Overview
Dependencies
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/util - npm Package Versions

1
11

5.0.0

Diff

Changelog

Source

5.0.0 (2021-05-14)

Bug Fixes

  • sandbox: make directory if not exists before symlinking node_modules (#2856) (40f9a1d)
  • vue-tsx: support parsing tsx script in .vue file (#2850) (dc66c28)

Features

BREAKING CHANGES

  • range: The range property is no longer present on a mutant. Note, this is a breaking change for plugin creators only.
  • options: "perTest" is now the default value for "coverageAnalysis" when the configured test runner is not "command". Explicitly set "coverageAnalysis": "off" manually to opt-out of this behavior.
  • node: Node 10 is no longer supported. Please use Node 12 or higher.
  • serialize: Having a non-JSON-serializable value in your configuration won't be sent to the child process anymore. If you really need them in your test runner configuration, you should isolate those values and put them in test runner-specific config files, loaded by the test runner plugin itself, for example, jest.config.js, karma.conf.js, webpack.config.js.
  • ignore patterns: Stryker will no longer use a git command to determine which files belong to your project. Instead, it will rely on sane defaults. You can change this behavior by defining ignorePatterns.
  • ignore patterns: The files configuration option is deprecated and will be removed in a future release. Please use ignorePatterns instead.

This:

{
  "files": ["foo.js"]
}

Is equivalent to:

{
  "ignorePatterns": ["**", "!foo.js"]
}
  • reporter api: Changes to Reporter and TestRunner plugin API of Stryker
  • jest-runner: Support for project type create-react-app-ts is dropped from the jest-runner.
strykermutator-npa
published 4.6.0 •

Changelog

Source

4.6.0 (2021-04-16)

Features

strykermutator-npa
published 4.5.1 •

Changelog

Source

4.5.1 (2021-03-11)

Bug Fixes

  • babel-transformer: respect top of the file comments/pragma (#2783) (ca42276)
  • instrumenter: corect mutant location in .vue and .html files (547a25c), closes #2790
  • peer-deps: use correct peer dep version (a6ca0f2)
strykermutator-npa
published 4.5.0 •

Changelog

Source

4.5.0 (2021-03-06)

Bug Fixes

  • logging: log info about symlinking on debug (#2756) (c672e2e)
  • mutator: don't mutate string literal object methods (#2718) (964537a)
  • reporting: report test name when a hook fails (#2757) (5e062b2)
  • typescript-checker: improve error reporting (2502eba)
  • typescript-checker: resolve tsconfig files correctly (8cf9e8c)

Features

  • package: restructure package internals (#2714) (e1711d2)
  • sandbox: support symlinking of node_modules anywhere (ee66623)
strykermutator-npa
published 4.4.1 •

Changelog

Source

4.4.1 (2021-01-27)

Bug Fixes

  • jest-runner: support custom rootDir (312f6fe)
strykermutator-npa
published 4.4.0 •

Changelog

Source

4.4.0 (2021-01-24)

Bug Fixes

Features

strykermutator-npa
published 4.3.1 •

Changelog

Source

4.3.1 (2020-12-25)

Note: Version bump only for package stryker-parent

strykermutator-npa
published 4.2.0 •

Changelog

Source

4.2.0 (2020-12-09)

Bug Fixes

  • arithmatic-mutator: Don't mutate obvious string concat (#2648) (71f8f9a)
  • CLI help: remove non-existant logLevel 'all' (#2626) (718a7f2)

Features

  • debugging: allow passing node args to the test runner (#2609) (fdd95c0)
  • jest-runner: resolve local jest version (#2623) (1466f9a)
  • karma-runner: resolve local karma and ng version (#2622) (5b92130)
  • resporter: add json reporter (#2582) (d18c4aa)
  • timeout: add --dryRunTimeoutMinutes option (494e821)
strykermutator-npa
published 4.1.2 •

Changelog

Source

4.1.2 (2020-11-06)

Bug Fixes

  • peerDeps: update core in peerDependencies (045dbc3)
strykermutator-npa
published 4.1.1 •

Changelog

Source

4.1.1 (2020-11-05)

Bug Fixes

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