Socket
Socket
Sign inDemoInstall

@stryker-mutator/util

Package Overview
Dependencies
Maintainers
4
Versions
101
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 6.4.0-beta.3 to 6.4.0

dist/src/split.d.ts

16

CHANGELOG.md

@@ -6,18 +6,8 @@ # Change Log

# [6.4.0-beta.3](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0-beta.2...v6.4.0-beta.3) (2023-01-17)
# [6.4.0](https://github.com/stryker-mutator/stryker-js/compare/v6.3.1...v6.4.0) (2023-02-17)
**Note:** Version bump only for package @stryker-mutator/util
### Features
# [6.4.0-beta.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0-beta.1...v6.4.0-beta.2) (2023-01-17)
- **typescript checker:** group mutants to improve performance 🚀 ([#3900](https://github.com/stryker-mutator/stryker-js/issues/3900)) ([2f4adaa](https://github.com/stryker-mutator/stryker-js/commit/2f4adaa1eedbf70bd9385d15d3f6025027350cc6))
**Note:** Version bump only for package @stryker-mutator/util
# [6.4.0-beta.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0-beta.0...v6.4.0-beta.1) (2023-01-17)
**Note:** Version bump only for package @stryker-mutator/util
# [6.4.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v6.3.1...v6.4.0-beta.0) (2023-01-17)
**Note:** Version bump only for package @stryker-mutator/util
## [6.3.1](https://github.com/stryker-mutator/stryker-js/compare/v6.3.0...v6.3.1) (2022-12-18)

@@ -24,0 +14,0 @@

@@ -16,2 +16,3 @@ export { childProcessAsPromised } from './child-process-as-promised.js';

export * from './platform.js';
export * from './split.js';
//# sourceMappingURL=index.d.ts.map

@@ -16,2 +16,3 @@ export { childProcessAsPromised } from './child-process-as-promised.js';

export * from './platform.js';
export * from './split.js';
//# sourceMappingURL=index.js.map

@@ -35,3 +35,8 @@ import { KnownKeys } from './known-keys';

export declare function normalizeFileName(fileName: string): string;
/**
* Creates a URL to the page where you can report a bug.
* @param titleSuggestion The title to be prefilled in.
*/
export declare function strykerReportBugUrl(titleSuggestion: string): string;
export {};
//# sourceMappingURL=string-utils.d.ts.map

@@ -40,2 +40,9 @@ /**

}
/**
* Creates a URL to the page where you can report a bug.
* @param titleSuggestion The title to be prefilled in.
*/
export function strykerReportBugUrl(titleSuggestion) {
return `https://github.com/stryker-mutator/stryker-js/issues/new?assignees=&labels=%F0%9F%90%9B+Bug&template=bug_report.md&title=${encodeURIComponent(titleSuggestion)}`;
}
//# sourceMappingURL=string-utils.js.map
{
"name": "@stryker-mutator/util",
"version": "6.4.0-beta.3",
"version": "6.4.0",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",

@@ -33,5 +33,5 @@ "main": "dist/src/index.js",

"devDependencies": {
"@stryker-mutator/test-helpers": "6.4.0-beta.3",
"@stryker-mutator/test-helpers": "6.4.0",
"@types/lodash.flatmap": "4.5.7",
"@types/node": "18.11.9"
"@types/node": "18.13.0"
},

@@ -41,3 +41,3 @@ "dependencies": {

},
"gitHead": "311f30d577cc8511ab0df92efd3b98c93b3116d1"
"gitHead": "cc6cfef731e3ab632e3aee2e7e2564c57ce18dcf"
}

@@ -16,1 +16,2 @@ export { childProcessAsPromised } from './child-process-as-promised.js';

export * from './platform.js';
export * from './split.js';

@@ -60,1 +60,11 @@ import { KnownKeys } from './known-keys';

}
/**
* Creates a URL to the page where you can report a bug.
* @param titleSuggestion The title to be prefilled in.
*/
export function strykerReportBugUrl(titleSuggestion: string): string {
return `https://github.com/stryker-mutator/stryker-js/issues/new?assignees=&labels=%F0%9F%90%9B+Bug&template=bug_report.md&title=${encodeURIComponent(
titleSuggestion
)}`;
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc