New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stryker-api

Package Overview
Dependencies
Maintainers
1
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.3.0-rc4 to 0.3.0-rc5

.tscache/build/hashes/RunStatus.ts-3364f33134472c5466745316555af883

0

.vscode/settings.json

@@ -0,0 +0,0 @@ {

2

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

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

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker-api)

import TestResult from './TestResult';
import RunState from './RunState';
import RunStatus from './RunStatus';
import { CoverageCollection, CoverageCollectionPerTest } from './Coverage';

@@ -17,5 +17,5 @@ /**

/**
* The state of the run
* The status of the run
*/
state: RunState;
status: RunStatus;
/**

@@ -22,0 +22,0 @@ * Optional: the code coverage result of the run.

@@ -1,2 +0,2 @@

import TestState from './TestState';
import TestStatus from './TestStatus';
/**

@@ -11,5 +11,5 @@ * Indicates the result of single test

/**
* The state of the test
* The status of the test
*/
state: TestState;
status: TestStatus;
/**

@@ -16,0 +16,0 @@ * Optional: any error messages

export * from './src/test_runner/Coverage';
export { default as TestResult } from './src/test_runner/TestResult';
export { default as TestRunner } from './src/test_runner/TestRunner';
export { default as TestState } from './src/test_runner/TestState';
export { default as TestStatus } from './src/test_runner/TestStatus';
export { default as RunnerOptions } from './src/test_runner/RunnerOptions';
export { default as RunResult } from './src/test_runner/RunResult';
export { default as RunOptions } from './src/test_runner/RunOptions';
export { default as RunState } from './src/test_runner/RunState';
export { default as RunStatus } from './src/test_runner/RunStatus';
export { default as TestRunnerFactory } from './src/test_runner/TestRunnerFactory';
"use strict";
var TestState_1 = require('./src/test_runner/TestState');
exports.TestState = TestState_1.default;
var RunState_1 = require('./src/test_runner/RunState');
exports.RunState = RunState_1.default;
var TestStatus_1 = require('./src/test_runner/TestStatus');
exports.TestStatus = TestStatus_1.default;
var RunStatus_1 = require('./src/test_runner/RunStatus');
exports.RunStatus = RunStatus_1.default;
var TestRunnerFactory_1 = require('./src/test_runner/TestRunnerFactory');
exports.TestRunnerFactory = TestRunnerFactory_1.default;
//# sourceMappingURL=test_runner.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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