Socket
Socket
Sign inDemoInstall

@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 5.3.0 to 5.4.0

8

CHANGELOG.md

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

# [5.4.0](https://github.com/stryker-mutator/stryker-js/compare/v5.3.0...v5.4.0) (2021-09-01)
**Note:** Version bump only for package @stryker-mutator/util
# [5.3.0](https://github.com/stryker-mutator/stryker-js/compare/v5.2.3...v5.3.0) (2021-08-07)

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

4

dist/src/child-process-as-promised.js

@@ -5,7 +5,7 @@ "use strict";

const tslib_1 = require("tslib");
const childProcess = tslib_1.__importStar(require("child_process"));
const childProcess = (0, tslib_1.__importStar)(require("child_process"));
const util_1 = require("util");
exports.childProcessAsPromised = {
exec: util_1.promisify(childProcess.exec),
exec: (0, util_1.promisify)(childProcess.exec),
};
//# sourceMappingURL=child-process-as-promised.js.map

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const path_1 = tslib_1.__importDefault(require("path"));
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const not_empty_1 = require("./not-empty");

@@ -8,0 +8,0 @@ /**

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

const tslib_1 = require("tslib");
const lodash_flatmap_1 = tslib_1.__importDefault(require("lodash.flatmap"));
const lodash_flatmap_1 = (0, tslib_1.__importDefault)(require("lodash.flatmap"));
exports.flatMap = lodash_flatmap_1.default;
//# sourceMappingURL=flat-map.js.map

@@ -9,15 +9,15 @@ "use strict";

Object.defineProperty(exports, "StrykerError", { enumerable: true, get: function () { return stryker_error_1.StrykerError; } });
tslib_1.__exportStar(require("./errors"), exports);
tslib_1.__exportStar(require("./immutable"), exports);
tslib_1.__exportStar(require("./known-keys"), exports);
tslib_1.__exportStar(require("./string-utils"), exports);
tslib_1.__exportStar(require("./noop-logger"), exports);
tslib_1.__exportStar(require("./not-empty"), exports);
tslib_1.__exportStar(require("./flat-map"), exports);
tslib_1.__exportStar(require("./i"), exports);
tslib_1.__exportStar(require("./task"), exports);
tslib_1.__exportStar(require("./directory-require-cache"), exports);
tslib_1.__exportStar(require("./require-resolve"), exports);
tslib_1.__exportStar(require("./deep-merge"), exports);
tslib_1.__exportStar(require("./find-unserializables"), exports);
(0, tslib_1.__exportStar)(require("./errors"), exports);
(0, tslib_1.__exportStar)(require("./immutable"), exports);
(0, tslib_1.__exportStar)(require("./known-keys"), exports);
(0, tslib_1.__exportStar)(require("./string-utils"), exports);
(0, tslib_1.__exportStar)(require("./noop-logger"), exports);
(0, tslib_1.__exportStar)(require("./not-empty"), exports);
(0, tslib_1.__exportStar)(require("./flat-map"), exports);
(0, tslib_1.__exportStar)(require("./i"), exports);
(0, tslib_1.__exportStar)(require("./task"), exports);
(0, tslib_1.__exportStar)(require("./directory-require-cache"), exports);
(0, tslib_1.__exportStar)(require("./require-resolve"), exports);
(0, tslib_1.__exportStar)(require("./deep-merge"), exports);
(0, tslib_1.__exportStar)(require("./find-unserializables"), exports);
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ "use strict";

constructor(message, innerError) {
super(`${message}${innerError ? `. Inner error: ${errors_1.errorToString(innerError)}` : ''}`);
super(`${message}${innerError ? `. Inner error: ${(0, errors_1.errorToString)(innerError)}` : ''}`);
this.innerError = innerError;

@@ -10,0 +10,0 @@ }

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

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

"devDependencies": {
"@stryker-mutator/test-helpers": "5.3.0",
"@stryker-mutator/test-helpers": "5.4.0",
"@types/lodash.flatmap": "~4.5.6",

@@ -40,3 +40,3 @@ "@types/node": "^15.0.0"

},
"gitHead": "668befe1474a4700a50293ee628fbe27abed3d51"
"gitHead": "922c0c8b804b838940616abff455a981267d1db6"
}

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

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