Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stryker-api

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stryker-api - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

8

CHANGELOG.md

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

<a name="0.22.1"></a>
## [0.22.1](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.22.0...stryker-api@0.22.1) (2018-12-12)
**Note:** Version bump only for package stryker-api
<a name="0.22.0"></a>

@@ -8,0 +16,0 @@ # [0.22.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.21.5...stryker-api@0.22.0) (2018-11-29)

2

package.json
{
"name": "stryker-api",
"version": "0.22.0",
"version": "0.22.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",

@@ -5,0 +5,0 @@ "scripts": {

@@ -1,3 +0,4 @@

import { Factory, StrykerOptions } from '../../core';
import { Factory } from '../../core';
import Reporter from './Reporter';
import { Config } from '../../config';
declare namespace ReporterFactory {

@@ -7,4 +8,4 @@ /**

*/
function instance(): Factory<StrykerOptions, Reporter>;
function instance(): Factory<Config, Reporter>;
}
export default ReporterFactory;
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