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 0.1.0 to 1.0.0

.nyc_output/5d6ff6da-78db-46ba-bdd2-dd420a6faa36.json

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ # Change Log

6

package.json
{
"name": "@stryker-mutator/util",
"version": "0.1.0",
"version": "1.0.0",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",

@@ -28,4 +28,4 @@ "main": "src/index.js",

},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/@stryker-mutator/util#readme",
"gitHead": "2065d438debacc4c44a96f616bf13ad4912d6483"
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/util#readme",
"gitHead": "0399e74c1c0c8326cf1d743cd842aeb0e791a36f"
}
[![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker)
[![NPM](https://img.shields.io/npm/dm/stryker-utils.svg)](https://www.npmjs.com/package/stryker-utils)
[![Node version](https://img.shields.io/node/v/stryker-utils.svg)](https://img.shields.io/node/v/stryker-utils.svg)
[![NPM](https://img.shields.io/npm/dm/@stryker-mutator/utils.svg)](https://www.npmjs.com/package/@stryker-mutator/utils)
[![Node version](https://img.shields.io/node/v/@stryker-mutator/utils.svg)](https://img.shields.io/node/v/@stryker-mutator/utils.svg)
[![Gitter](https://badges.gitter.im/stryker-mutator/stryker.svg)](https://gitter.im/stryker-mutator/stryker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

@@ -5,0 +5,0 @@

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as childProcess from 'child_process';

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as fs from 'fs';

@@ -0,0 +0,0 @@ export { default as fsAsPromised } from './fsAsPromised';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { default as fsAsPromised } from './fsAsPromised';

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { exec } from 'child_process';

@@ -0,0 +0,0 @@ export default class StrykerError extends Error {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { errorToString } from './errors';

export {};
//# sourceMappingURL=initSinon.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as sinon from 'sinon';

import 'source-map-support/register';
//# sourceMappingURL=initSourceMaps.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import 'source-map-support/register';
export {};
//# sourceMappingURL=registerChaiPlugins.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as sinonChai from 'sinon-chai';

export {};
//# sourceMappingURL=childProcessAsPromised.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import childProcess = require('child_process');

export {};
//# sourceMappingURL=errors.spec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { errorToString } from '../../src/errors';

export {};
//# sourceMappingURL=fsAsPromisedSpec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import fs = require('fs');

export {};
//# sourceMappingURL=promisifySpec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import promisify, { innerPromisify } from '../../src/promisify';

export {};
//# sourceMappingURL=StrykerError.spec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import StrykerError from '../../src/StrykerError';

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -18,5 +18,5 @@ {

{
"path": "../stryker-test-helpers/tsconfig.src.json"
"path": "../test-helpers/tsconfig.src.json"
}
]
}

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