Socket
Socket
Sign inDemoInstall

fork-ts-checker-webpack-plugin

Package Overview
Dependencies
17
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
1820
23Next

1.0.0-alpha.4

Diff

Changelog

Source

v1.0.0-alpha.4

  • make node 6 compatible
piotr-oles
published 1.0.0-alpha.3 •

piotr-oles
published 1.0.0-alpha.1 •

piotr-oles
published 1.0.0-alpha.0 •

Changelog

Source

v1.0.0-alpha.0

Breaking Changes

Version 1.x additionally supports webpack 5 alongside webpack 4, whose hooks are now tapped differently:

-  compiler.hooks.forkTsCheckerDone.tap(...args)
+  const forkTsCheckerHooks = ForkTsCheckerWebpackPlugin.getCompilerHooks(compiler)
+  forkTsCheckerHooks.done.tap(...args)

v1.0.0-alpha.0 drops support for node 6.

piotr-oles
published 0.5.1 •

piotr-oles
published 0.5.0 •

Changelog

Source

0.5.0

  • Removed unused dependency resolve.
  • Replace lodash usage with native calls.
  • ** Breaking Changes**:
    • Removed all getters from NormalizedMessage, use direct property access instead.
  • Internal:
    • Test against ts-loader v5
    • Enable all strict type checks
    • Update dev dependencies
piotr-oles
published 0.4.14 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc