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

@stryker-mutator/mocha-runner

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/mocha-runner - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

CHANGELOG.md

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

## [1.0.1](https://github.com/stryker-mutator/stryker/compare/v1.0.0...v1.0.1) (2019-02-13)
**Note:** Version bump only for package @stryker-mutator/mocha-runner
## [1.0.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.17.1...@stryker-mutator/mocha-runner@1.0.0) (2019-02-13)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "@stryker-mutator/mocha-runner",
"version": "1.0.0",
"version": "1.0.1",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",

@@ -39,3 +39,3 @@ "main": "src/index.js",

"dependencies": {
"@stryker-mutator/api": "^1.0.0",
"@stryker-mutator/api": "^1.0.1",
"multimatch": "~3.0.0",

@@ -45,3 +45,3 @@ "tslib": "~1.9.3"

"devDependencies": {
"@stryker-mutator/test-helpers": "^1.0.0",
"@stryker-mutator/test-helpers": "^1.0.1",
"@types/multimatch": "~2.1.2",

@@ -54,3 +54,3 @@ "stryker-mocha-framework": "^0.15.1"

},
"gitHead": "0399e74c1c0c8326cf1d743cd842aeb0e791a36f"
"gitHead": "bf2f0926527f7e7f15ecb6d3c3eacc1f65c4305a"
}

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

/// <reference types="node" />
import * as Mocha from 'mocha';

@@ -3,0 +2,0 @@ import * as multimatch from 'multimatch';

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

/// <reference types="node" />
import { RunResult } from '@stryker-mutator/api/test_runner';

@@ -3,0 +2,0 @@ import { Logger } from '@stryker-mutator/api/logging';

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