Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fork-ts-checker-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fork-ts-checker-webpack-plugin - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

3

lib/issue/issue-webpack-error.js

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

const path_1 = __importDefault(require("path"));
const chalk_1 = __importDefault(require("chalk"));
const webpack = __importStar(require("webpack"));

@@ -47,3 +46,3 @@ const forward_slash_1 = require("../utils/path/forward-slash");

if (issue.location) {
this.file += `:${chalk_1.default.green.bold((0, issue_location_1.formatIssueLocation)(issue.location))}`;
this.file += `:${(0, issue_location_1.formatIssueLocation)(issue.location)}`;
}

@@ -50,0 +49,0 @@ }

@@ -73,3 +73,3 @@ "use strict";

*/
ForkTsCheckerWebpackPlugin.version = '9.0.1'; // will be replaced by the @semantic-release/exec
ForkTsCheckerWebpackPlugin.version = '9.0.2'; // will be replaced by the @semantic-release/exec
/**

@@ -76,0 +76,0 @@ * Default pools for the plugin concurrency limit

{
"name": "fork-ts-checker-webpack-plugin",
"version": "9.0.1",
"version": "9.0.2",
"description": "Runs typescript type checker and linter on separate process.",

@@ -61,3 +61,3 @@ "keywords": [

"chokidar": "^3.5.3",
"cosmiconfig": "^7.0.1",
"cosmiconfig": "^8.2.0",
"deepmerge": "^4.2.2",

@@ -64,0 +64,0 @@ "fs-extra": "^10.0.0",

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