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.0.0-beta.0 to 6.0.0

dist/src/file.d.ts

16

CHANGELOG.md

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

# [6.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0-beta.0...v6.0.0) (2022-05-03)
### Code Refactoring
* **file:** move `File` from `api` to `util` ([#3489](https://github.com/stryker-mutator/stryker-js/issues/3489)) ([ac4bcca](https://github.com/stryker-mutator/stryker-js/commit/ac4bcca133930a046e0abf28abad24a5af1dbd22))
### BREAKING CHANGES
* **file:** The `File` class is no longer part of the public api and is thus no longer exported from `@stryker-mutator/api`. Plugin creators shouldn't rely on it anymore.
# [6.0.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v5.6.1...v6.0.0-beta.0) (2022-03-02)

@@ -8,0 +24,0 @@

1

dist/src/index.d.ts

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

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

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

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

6

package.json
{
"name": "@stryker-mutator/util",
"version": "6.0.0-beta.0",
"version": "6.0.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.0.0-beta.0",
"@stryker-mutator/test-helpers": "6.0.0",
"@types/lodash.flatmap": "~4.5.6",

@@ -41,3 +41,3 @@ "@types/node": "^17.0.0"

},
"gitHead": "f0d58792aed18aa58f41c67668bfabcc66bdd302"
"gitHead": "077a7dbed93afd16a0315e1cbe6b02359146abdb"
}

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

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

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