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 4.0.0-beta.2 to 4.0.0-beta.3

src/DirectoryRequireCache.d.ts

11

CHANGELOG.md

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

# [4.0.0-beta.3](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2020-08-19)
### Features
* **test runner api:** remove `sandboxFileNames` injectable values ([#2369](https://github.com/stryker-mutator/stryker/issues/2369)) ([92f3bf5](https://github.com/stryker-mutator/stryker/commit/92f3bf528d0b01be1f6c219b37a5f90da0431686)), closes [#2351](https://github.com/stryker-mutator/stryker/issues/2351)
# [4.0.0-beta.2](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2020-08-07)

@@ -8,0 +19,0 @@

4

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

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

},
"gitHead": "7095548fe9157367b77e69f301a1259222983c89"
"gitHead": "9c2917fc8b68111646164d8f2f5c2a51d44681a8"
}

@@ -12,2 +12,3 @@ export { default as childProcessAsPromised } from './childProcessAsPromised';

export * from './Task';
export * from './DirectoryRequireCache';
//# sourceMappingURL=index.d.ts.map

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

tslib_1.__exportStar(require("./Task"), exports);
tslib_1.__exportStar(require("./DirectoryRequireCache"), exports);
//# sourceMappingURL=index.js.map

@@ -12,1 +12,2 @@ export { default as childProcessAsPromised } from './childProcessAsPromised';

export * from './Task';
export * from './DirectoryRequireCache';

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

});
it("should not escape `/` (that's only needed for regex literals)");
it("should not escape `/` (that's only needed for regex literals)", () => {
chai_1.expect(src_1.escapeRegExp('n/a')).eq('n/a');
});
for (const letter of '.*+-?^${}()|[]\\') {

@@ -39,0 +41,0 @@ it(`should escape "${letter}"`, () => {

@@ -49,3 +49,5 @@ import { expect } from 'chai';

it("should not escape `/` (that's only needed for regex literals)");
it("should not escape `/` (that's only needed for regex literals)", () => {
expect(escapeRegExp('n/a')).eq('n/a');
});

@@ -52,0 +54,0 @@ for (const letter of '.*+-?^${}()|[]\\') {

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