@stryker-mutator/util
Advanced tools
Comparing version 2.5.0 to 3.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [3.0.0](https://github.com/stryker-mutator/stryker/compare/v2.5.0...v3.0.0) (2020-03-11) | ||
### Features | ||
* **promisified fs:** use node 10 promisified functions ([#2028](https://github.com/stryker-mutator/stryker/issues/2028)) ([1c57d8f](https://github.com/stryker-mutator/stryker/commit/1c57d8f4620c2392e167f45fa20aa6acbd0c7a7d)) | ||
### BREAKING CHANGES | ||
* **promisified fs:** removed fsAsPromised from @stryker-mutator/util | ||
# [2.5.0](https://github.com/stryker-mutator/stryker/compare/v2.4.0...v2.5.0) (2020-01-12) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@stryker-mutator/util", | ||
"version": "2.5.0", | ||
"version": "3.0.0", | ||
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends", | ||
@@ -28,3 +28,6 @@ "main": "src/index.js", | ||
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/util#readme", | ||
"gitHead": "4324efe1cc352694494f6bf75ca95c753bdd564a" | ||
"devDependencies": { | ||
"@types/node": "^13.7.1" | ||
}, | ||
"gitHead": "deb851853a9525adfd9e2502b1c687da1c2f2f30" | ||
} |
@@ -1,2 +0,1 @@ | ||
export { default as fsAsPromised } from './fsAsPromised'; | ||
export { default as childProcessAsPromised } from './childProcessAsPromised'; | ||
@@ -3,0 +2,0 @@ export { default as StrykerError } from './StrykerError'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
var fsAsPromised_1 = require("./fsAsPromised"); | ||
exports.fsAsPromised = fsAsPromised_1.default; | ||
var childProcessAsPromised_1 = require("./childProcessAsPromised"); | ||
@@ -7,0 +5,0 @@ exports.childProcessAsPromised = childProcessAsPromised_1.default; |
@@ -1,2 +0,1 @@ | ||
export { default as fsAsPromised } from './fsAsPromised'; | ||
export { default as childProcessAsPromised } from './childProcessAsPromised'; | ||
@@ -3,0 +2,0 @@ export { default as StrykerError } from './StrykerError'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
198632
0
1
73
417