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 1.2.0 to 1.3.0

4

.vscode/launch.json

@@ -13,4 +13,2 @@ {

"args": [
"-u",
"tdd",
"--timeout",

@@ -34,4 +32,2 @@ "999999",

"args": [
"-u",
"tdd",
"--timeout",

@@ -38,0 +34,0 @@ "999999",

8

CHANGELOG.md

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

# [1.3.0](https://github.com/stryker-mutator/stryker/compare/v1.2.0...v1.3.0) (2019-04-24)
**Note:** Version bump only for package @stryker-mutator/util
# [1.2.0](https://github.com/stryker-mutator/stryker/compare/v1.1.1...v1.2.0) (2019-04-02)

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

{
"name": "@stryker-mutator/util",
"version": "1.2.0",
"version": "1.3.0",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",

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

"start": "tsc -w",
"test": "nyc --check-coverage --reporter=html --report-dir=reports/coverage --lines 90 --functions 95 --branches 75 npm run mocha",
"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\""

@@ -30,3 +30,3 @@ },

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

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