Socket
Socket
Sign inDemoInstall

copy-webpack-plugin

Package Overview
Dependencies
19
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
8Next

6.0.2

Diff

Changelog

Source

6.0.2 (2020-06-03)

Bug Fixes

  • security problem
  • compatibility with 10.13 version of Node.js
evilebottnawi
published 6.0.1 •

Changelog

Source

6.0.1 (2020-05-16)

Bug Fixes

  • concurrency writing assets (#484) (bfc712d)
  • escaping special characters in the context option (0e62695)
evilebottnawi
published 6.0.0 •

Changelog

Source

6.0.0 (2020-05-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13,
  • the plugin now accepts an object, you should change new CopyPlugin(patterns, options) to new CopyPlugin({ patterns, options })
  • migrate on compilation.additionalAssets hook
  • the ignore option (which accepted micromatch syntax) was removed in favor globOptions.ignore (which accepts fast-glob pattern-syntax)
  • the test option was removed in favor the transformPath option
  • the cache option was renamed to the cacheTransform option, cacheTransform option should have only directory and keys properties when it is an object
  • global context and ignore options were removed in favor patten.context and pattern.globOptions.ignore options
  • the missing file error is now an error, before it was a warning
  • the from option now can only be a string, if you use { from: { glob: 'directory/**', dot: false } } changed it to { from: 'directory/**', globOptions: { dot: false } }
  • the copyUnmodified was removed without replacements
  • the 2 version of webpack-dev-server is not supported anymore
  • the logLevel was removed in favor the infrastructureLogging.level option, please read the documentation

Features

  • implement the concurrency option (#466) (c176d7d)
  • implement the directory option for the cacheTransform option (29254e3)
  • implement the noErrorOnMissing option (#475) (e3803ce)
  • migrate on webpack built-in logger (#446) (5af02bc)

Bug Fixes

evilebottnawi
published 5.1.1 •

Changelog

Source

5.1.1 (2019-12-12)

Bug Fixes

evilebottnawi
published 5.1.0 •

Changelog

Source

5.1.0 (2019-12-09)

Features

Bug Fixes

  • better to determine when glob is used (4826e56)
evilebottnawi
published 5.0.5 •

Changelog

Source

5.0.5 (2019-11-06)

Performance Improvements

  • improvements for webpack@5
evilebottnawi
published 5.0.4 •

Changelog

Source

5.0.4 (2019-07-26)

Bug Fixes

  • use posix separator for emitting assets (#392) (7f08be6)

<a name="5.0.3"></a>

evilebottnawi
published 5.0.3 •

Changelog

Source

5.0.3 (2019-04-24)

Bug Fixes

<a name="5.0.2"></a>

evilebottnawi
published 5.0.2 •

Changelog

Source

5.0.2 (2019-03-22)

Bug Fixes

Performance Improvements

<a name="5.0.1"></a>

evilebottnawi
published 5.0.1 •

Changelog

Source

5.0.1 (2019-03-11)

Bug Fixes

  • respect base of glob for context dependencies (#352) (5b407f1)

<a name="5.0.0"></a>

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