Socket
Socket
Sign inDemoInstall

@stryker-mutator/api

Package Overview
Dependencies
4
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stryker-mutator/api

The api for the extendable JavaScript mutation testing framework Stryker


Version published
Weekly downloads
78K
increased by0.78%
Maintainers
4
Install size
495 kB
Created
Weekly downloads
 

Changelog

Source

8.2.6 (2024-02-25)

Bug Fixes

  • deps: update dependency commander to v12 (#4713) (76b1acd)
  • deps: update dependency npm-run-path to ~5.3.0 (#4752) (e440d3e)
  • instrumenter: support typescript constructors with code before super() (#4757) (bf85d37), closes #4744

Readme

Source

Mutation testing badge Build Status Slack Chat

Stryker

StrykerJS API

This is the repository for maintaining the API of the StrykerJS mutation testing framework. Plugin creators should depend on this API rather than on the main Stryker repository directly.

Extension use cases

You can extend Stryker in a number of ways.

  1. Create your own Mutator
  2. Create a custom Reporter
  3. Create a TestFramework for a test framework
  4. Create a TestRunner to bridge the gap between your test runner and Stryker
  5. Create a custom way of configuring Stryker by creating an OptionsEditor

All extension points work in the same basic way.

  1. Create a constructor function (or class)
  2. Register the constructor function to the correct Factory.

For more info, please take a look at the Stryker website section on plugins.

Keywords

FAQs

Last updated on 25 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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