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

test/unit/fsAsPromised.spec.d.ts

0

.vscode/launch.json

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

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

## [1.0.3](https://github.com/stryker-mutator/stryker/compare/v1.0.2...v1.0.3) (2019-02-26)
**Note:** Version bump only for package @stryker-mutator/util
# [0.1.0](https://github.com/stryker-mutator/stryker/compare/@stryker-mutator/util@0.0.3...@stryker-mutator/util@0.1.0) (2019-02-08)

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

6

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

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

"start": "tsc -w",
"test": "nyc --reporter=html --report-dir=reports/coverage --lines 90 --functions 95 --branches 75 npm run mocha",
"test": "nyc --check-coverage --reporter=html --report-dir=reports/coverage --lines 90 --functions 95 --branches 75 npm run mocha",
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" \"test/integration/**/*.js\""

@@ -30,3 +30,3 @@ },

"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/util#readme",
"gitHead": "0399e74c1c0c8326cf1d743cd842aeb0e791a36f"
"gitHead": "1c71ea4ae1d4e9ae94850b7ea010efe3a79bf8ff"
}

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker)

@@ -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=StrykerError.spec.d.ts.map

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

});
it('should work without an inner error', function () {
var sut = new StrykerError_1.default('foo bar');
chai_1.expect(sut.message).eq('foo bar');
});
});
//# sourceMappingURL=StrykerError.spec.js.map

@@ -17,2 +17,7 @@ import StrykerError from '../../src/StrykerError';

});
it('should work without an inner error', () => {
const sut = new StrykerError('foo bar');
expect(sut.message).eq('foo bar');
});
});

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

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

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

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