Socket
Socket
Sign inDemoInstall

worker-loader

Package Overview
Dependencies
Maintainers
10
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-loader - npm Package Versions

234

3.0.8

Diff

Changelog

Source

3.0.8 (2021-02-11)

Bug Fixes

  • make inline workers work from inside workers (#307) (2abd129)
evilebottnawi
published 3.0.7 •

Changelog

Source

3.0.7 (2020-12-23)

Bug Fixes

evilebottnawi
published 3.0.6 •

Changelog

Source

3.0.6 (2020-12-02)

Bug Fixes

evilebottnawi
published 3.0.5 •

Changelog

Source

3.0.5 (2020-10-16)

Bug Fixes

  • determine webpack peer dependency version (#296) (8c63449)
evilebottnawi
published 3.0.4 •

Changelog

Source

3.0.4 (2020-10-09)

Chore

  • update schema-utils
evilebottnawi
published 3.0.3 •

Changelog

Source

3.0.3 (2020-09-22)

Bug Fixes

evilebottnawi
published 3.0.2 •

Changelog

Source

3.0.2 (2020-08-22)

Bug Fixes

evilebottnawi
published 3.0.1 •

Changelog

Source

3.0.1 (2020-08-05)

Bug Fixes

  • compatibility with webpack@5 cache (#279) (ee519b1)
  • interpolation [name] for the filename option (#277) (5efa77a)
evilebottnawi
published 3.0.0 •

Changelog

Source

3.0.0 (2020-08-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • the name option was renamed to the filename option
  • switch on ES module syntax by default, use the esModule option if you need backward compatibility with Common JS modules
  • the fallback option was removed in favor the inline option, the inline option accepts only fallback and no-fallback values
  • the publicPath option default value based on output.publicPath
  • the filename option default value based on output.filename

Features

  • added the worker option (replaces #178) (#247) (f03498d)
  • added the chunkFilename option, default value based on output.chunkFilename (905ed7b)
  • added the esModule option
  • allow to use any web worker constructor and options for constructor
  • the publicPath option can be Function
  • the filename (previously name) option can be Function

Bug Fixes

  • support WASM (152634c)
  • respect externals (#264) (1e761ed)
  • memory leak for inline web workers (#252) (f729e34)
  • source maps when inline using without fallback (#269) (5047abb)
  • the publicPath options works fine with async web workers chunks
  • compatibility with webpack@5 (#259) (e0d9887)
  • always use self as global object
  • compatibility with webpack-dev-server
  • increase performance
shellscape
published 2.0.0 •

Changelog

Source

2.0.0 (2018-05-27)

Updates

  • refactor(index): remove Tapable.apply calls (#121)
  • docs: use ES6 import in TypeScript README example (#140) …
  • docs(README): add note about omitted hashes (options.name) (#131)
  • fix(package): homepage URL typo (#130)

Breaking Changes

Drops support for Webpack versions < 3.0.0

<a name="1.1.1"></a>

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