Socket
Socket
Sign inDemoInstall

@stryker-mutator/typescript-checker

Package Overview
Dependencies
188
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.2 to 7.0.0

20

CHANGELOG.md

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

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)
### Bug Fixes
- **deps:** update dependency semver to v7.4.0 ([#4101](https://github.com/stryker-mutator/stryker-js/issues/4101)) ([c317294](https://github.com/stryker-mutator/stryker-js/commit/c3172941d5c8718f589fdaad9746033c1cf7e6fc))
- **deps:** update dependency semver to v7.5.0 ([#4121](https://github.com/stryker-mutator/stryker-js/issues/4121)) ([4c8dade](https://github.com/stryker-mutator/stryker-js/commit/4c8dade076b18d9e4792fef2028d4b0c93ea27bb))
### chore
- **esm:** use "exports" and module "Node16" ([#4171](https://github.com/stryker-mutator/stryker-js/issues/4171)) ([cdf4a34](https://github.com/stryker-mutator/stryker-js/commit/cdf4a342b73d922423eb46a919eb3b38c4c43c46))
### Features
- **node:** Drop support for node 14 ([#4105](https://github.com/stryker-mutator/stryker-js/issues/4105)) ([a88744f](https://github.com/stryker-mutator/stryker-js/commit/a88744f1a5fa47274ee0f30abc635831b18113fa))
### BREAKING CHANGES
- **esm:** Deep (and undocumented) imports from `@stryker-mutator/core` or one of the plugins will no longer work. If you want to import something that's not available, please let us know by [opening an issue](https://github.com/stryker-mutator/stryker-js/issues/new/choose)
- **node:** Node 14 is no longer supported. Please install an LTS version of node: nodejs.org/
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)

@@ -8,0 +28,0 @@

3

dist/src/fs/hybrid-file-system.js

@@ -12,3 +12,3 @@ import ts from 'typescript';

*/
class HybridFileSystem {
export class HybridFileSystem {
constructor(log) {

@@ -55,3 +55,2 @@ this.log = log;

HybridFileSystem.inject = tokens(commonTokens.logger);
export { HybridFileSystem };
//# sourceMappingURL=hybrid-file-system.js.map

@@ -1,5 +0,5 @@

import { StrykerOptions } from '@stryker-mutator/api/core';
import { TypescriptCheckerPluginOptions } from '../src-generated/typescript-checker-options';
import type { StrykerOptions } from '@stryker-mutator/api/core';
import type { TypescriptCheckerPluginOptions } from '../src-generated/typescript-checker-options.js';
export interface TypescriptCheckerOptionsWithStrykerOptions extends TypescriptCheckerPluginOptions, StrykerOptions {
}
//# sourceMappingURL=typescript-checker-options-with-stryker-options.d.ts.map

@@ -30,3 +30,3 @@ import { EOL } from 'os';

*/
class TypescriptChecker {
export class TypescriptChecker {
constructor(logger, options, tsCompiler) {

@@ -148,3 +148,2 @@ this.logger = logger;

TypescriptChecker.inject = tokens(commonTokens.logger, commonTokens.options, pluginTokens.tsCompiler);
export { TypescriptChecker };
//# sourceMappingURL=typescript-checker.js.map

@@ -9,3 +9,3 @@ import path from 'path';

const FILE_CHANGE_DETECTED_DIAGNOSTIC_CODE = 6032;
class TypescriptCompiler {
export class TypescriptCompiler {
constructor(log, options, fs) {

@@ -206,3 +206,2 @@ this.log = log;

TypescriptCompiler.inject = tokens(commonTokens.logger, commonTokens.options, pluginTokens.fs);
export { TypescriptCompiler };
//# sourceMappingURL=typescript-compiler.js.map
{
"name": "@stryker-mutator/typescript-checker",
"version": "6.4.2",
"version": "7.0.0",
"description": "A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"exports": {
".": {
"import": "./dist/src/index.js"
},
"./package.json": "./package.json"
},
"type": "module",

@@ -21,3 +26,3 @@ "scripts": {

"engines": {
"node": ">=14.18.0"
"node": ">=16.0.0"
},

@@ -38,9 +43,9 @@ "publishConfig": {

"dependencies": {
"@stryker-mutator/api": "6.4.2",
"@stryker-mutator/util": "6.4.2",
"semver": "~7.3.2"
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/util": "7.0.0",
"semver": "~7.5.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "6.4.2",
"@types/semver": "7.3.13"
"@stryker-mutator/test-helpers": "7.0.0",
"@types/semver": "7.5.0"
},

@@ -51,3 +56,3 @@ "peerDependencies": {

},
"gitHead": "2c0e11d1724756339d17504d2c73898fb816cc2b"
"gitHead": "aeedbd2b20ada4b689e504889132fb97c4db2946"
}

@@ -1,5 +0,5 @@

import { StrykerOptions } from '@stryker-mutator/api/core';
import type { StrykerOptions } from '@stryker-mutator/api/core';
import { TypescriptCheckerPluginOptions } from '../src-generated/typescript-checker-options';
import type { TypescriptCheckerPluginOptions } from '../src-generated/typescript-checker-options.js';
export interface TypescriptCheckerOptionsWithStrykerOptions extends TypescriptCheckerPluginOptions, StrykerOptions {}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc