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 6.1.2 to 6.2.0-beta.0

11

CHANGELOG.md

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

# [6.2.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v6.1.2...v6.2.0-beta.0) (2022-06-28)
### Features
* **incremental:** add incremental mode ([04cf8a2](https://github.com/stryker-mutator/stryker-js/commit/04cf8a2f87fea5ebe941a1357636389193d7dc13))
## [6.1.2](https://github.com/stryker-mutator/stryker-js/compare/v6.1.1...v6.1.2) (2022-06-28)

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

3

dist/src/errors.d.ts
/// <reference types="node" />
export declare function isErrnoException(error: unknown): error is NodeJS.ErrnoException;
export declare function errorToString(error: any): string;
export declare const ERROR_CODES: Readonly<{
NoSuchFileOrDirectory: "ENOENT";
}>;
//# sourceMappingURL=errors.d.ts.map

@@ -23,2 +23,5 @@ export function isErrnoException(error) {

}
export const ERROR_CODES = Object.freeze({
NoSuchFileOrDirectory: 'ENOENT',
});
//# sourceMappingURL=errors.js.map

6

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

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

"devDependencies": {
"@stryker-mutator/test-helpers": "6.1.2",
"@stryker-mutator/test-helpers": "6.2.0-beta.0",
"@types/lodash.flatmap": "4.5.7",

@@ -41,3 +41,3 @@ "@types/node": "17.0.31"

},
"gitHead": "08dda207999f3cf352a05c6fa546ef927b755941"
"gitHead": "2e485b9fb5dff078a702643a7e9b6380fdd3e90f"
}

@@ -23,1 +23,5 @@ export function isErrnoException(error: unknown): error is NodeJS.ErrnoException {

}
export const ERROR_CODES = Object.freeze({
NoSuchFileOrDirectory: 'ENOENT',
});

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