Socket
Socket
Sign inDemoInstall

@stryker-mutator/util

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/util - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

stryker.conf.js

8

CHANGELOG.md

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

# [2.4.0](https://github.com/stryker-mutator/stryker/compare/v2.3.0...v2.4.0) (2019-11-24)
**Note:** Version bump only for package @stryker-mutator/util
# [2.3.0](https://github.com/stryker-mutator/stryker/compare/v2.2.1...v2.3.0) (2019-11-13)

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

8

package.json
{
"name": "@stryker-mutator/util",
"version": "2.3.0",
"version": "2.4.0",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",
"main": "src/index.js",
"scripts": {
"start": "tsc -w",
"test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 90 --functions 95 --branches 75 npm run mocha",
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" \"test/integration/**/*.js\""
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" \"test/integration/**/*.js\"",
"stryker": "node ../core/bin/stryker run"
},

@@ -28,3 +28,3 @@ "repository": {

"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/util#readme",
"gitHead": "a653514539331f98f0a21bb15c4e9de9e7e54144"
"gitHead": "b36b2234798390e3674576bf3142718b576ad55c"
}

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

[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fstryker%2Fmaster%3Fmodule%3Dutil)](https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/stryker/master?module=util)
[![Build Status](https://github.com/stryker-mutator/stryker/workflows/CI/badge.svg)](https://github.com/stryker-mutator/stryker/actions?query=workflow%3ACI+branch%3Amaster)

@@ -2,0 +3,0 @@ [![NPM](https://img.shields.io/npm/dm/@stryker-mutator/utils.svg)](https://www.npmjs.com/package/@stryker-mutator/utils)

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