Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 2.5.0 to 3.0.0

17

CHANGELOG.md

@@ -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 @@

7

package.json
{
"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

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