Socket
Socket
Sign inDemoInstall

mutation-testing-metrics

Package Overview
Dependencies
1
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

8

package.json
{
"name": "mutation-testing-metrics",
"version": "3.0.2",
"version": "3.0.3",
"description": "Utility functions to calculate mutation testing metrics.",

@@ -14,3 +14,3 @@ "type": "module",

"scripts": {
"test": "mocha --forbid-only --forbid-pending -r source-map-support/register dist/test/**/*.js",
"test": "mocha --node-option enable-source-maps --forbid-only --forbid-pending dist/test/**/*.js",
"stryker": "stryker run",

@@ -30,3 +30,3 @@ "lint": "eslint --ext .js,.ts ."

"dependencies": {
"mutation-testing-report-schema": "3.0.2"
"mutation-testing-report-schema": "3.0.3"
},

@@ -36,3 +36,3 @@ "devDependencies": {

},
"gitHead": "8a604e40610c22f1712b853051319f3cbd8b849e"
"gitHead": "156f1e217d1423ae7c53039ee69042c9d203dd8c"
}
import { compareNames, normalize, groupBy } from './helpers/index.js';
import type { FileResult, MutationTestResult } from 'mutation-testing-report-schema';
import type { MutantStatus } from 'mutation-testing-report-schema';
import type { FileResult, MutationTestResult, MutantStatus } from 'mutation-testing-report-schema';
import type { Metrics, MutantModel, MutationTestMetricsResult, TestMetrics, TestModel } from './model/index.js';

@@ -5,0 +4,0 @@ import { FileUnderTestModel, MetricsResult, TestFileModel } from './model/index.js';

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc