Socket
Socket
Sign inDemoInstall

mutation-testing-metrics

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutation-testing-metrics - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

12

CHANGELOG.md

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

## [1.2.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.2.0...v1.2.1) (2019-11-24)
### Features
* **metrics:** make `normalizeFileNames` public ([3017700](https://github.com/stryker-mutator/mutation-testing-elements/commit/3017700a5fb47a73c91e3fd9c9b849fbb49d3520))
# [1.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.1.1...v1.2.0) (2019-10-02)

@@ -8,0 +20,0 @@

3

dist/src/index.d.ts
import { MetricsResult } from './api/MetricsResult';
import { Metrics } from './api/Metrics';
import { calculateMetrics } from './calculateMetrics';
export { MetricsResult, Metrics, calculateMetrics };
import { normalizeFileNames } from './helpers';
export { MetricsResult, Metrics, calculateMetrics, normalizeFileNames };
//# sourceMappingURL=index.d.ts.map

@@ -5,2 +5,4 @@ "use strict";

exports.calculateMetrics = calculateMetrics_1.calculateMetrics;
const helpers_1 = require("./helpers");
exports.normalizeFileNames = helpers_1.normalizeFileNames;
//# sourceMappingURL=index.js.map
{
"name": "mutation-testing-metrics",
"version": "1.2.0",
"version": "1.2.1",
"description": "Utility functions to calculate mutation testing metrics.",

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

},
"gitHead": "10760fdb36b30dc80b9db6885389bef11d71ef81"
"gitHead": "393cbd8d528219e18231e868fb2f393aa3db5fde"
}
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