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

@stryker-mutator/util

Package Overview
Dependencies
Maintainers
4
Versions
102
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 4.0.0-beta.6 to 4.0.0-beta.7

.mocharc.jsonc

8

CHANGELOG.md

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

# [4.0.0-beta.7](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2020-09-17)
**Note:** Version bump only for package @stryker-mutator/util
# [4.0.0-beta.6](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2020-09-10)

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

8

package.json
{
"name": "@stryker-mutator/util",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",
"main": "src/index.js",
"scripts": {
"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\"",
"test": "nyc npm run test:unit",
"test:unit": "mocha \"test/unit/**/*.js\"",
"stryker": "node ../core/bin/stryker run"

@@ -35,3 +35,3 @@ },

},
"gitHead": "ce1901f4403ee51722332e3bf7245637d8131c55"
"gitHead": "5bf235d6c9267f16355582b132fcfae49bd8f57a"
}
const path = require('path');
const settings = require('../../stryker.parent.conf');
const moduleName = __dirname.split(path.sep).pop();
settings.plugins = settings.plugins.map(p => path.resolve(p));
settings.dashboard.module = moduleName;
module.exports = settings;

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