Socket
Socket
Sign inDemoInstall

copy-webpack-plugin

Package Overview
Dependencies
104
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
8Next

10.0.0

Diff

Changelog

Source

10.0.0 (2021-11-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.20.0
  • update globby to 12.0.2 version
evilebottnawi
published 9.1.0 •

Changelog

Source

9.1.0 (2021-11-11)

Features

  • output helpful descriptions and links on errors (#625) (396bed6)

Bug Fixes

  • compatibility with Node.js 17 (20af0c7)
evilebottnawi
published 9.0.1 •

Changelog

Source

9.0.1 (2021-06-25)

Chore

  • update serialize-javascript
evilebottnawi
published 9.0.0 •

Changelog

Source

9.0.0 (2021-05-21)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0
evilebottnawi
published 8.1.1 •

Changelog

Source

8.1.1 (2021-04-06)

Bug Fixes

evilebottnawi
published 8.1.0 •

Changelog

Source

8.1.0 (2021-03-22)

Features

evilebottnawi
published 8.0.0 •

Changelog

Source

8.0.0 (2021-03-04)

⚠ BREAKING CHANGES

  • logic for some placeholders was changed:
    • [hash] and [fullhash] works as in webpack (i.e. it is hash of build, not content hash of file), to migrate change [name].[hash].[ext] to [name].[contenthash][ext]
    • [ext] doesn't require . (dot) before, i.e. change [name].[ext] to [name][ext]
    • [<hashType>:contenthash:<digestType>:<length>] and [<hashType>:hash:<digestType>:<length>] is not supported anymore, you can use output.hashDigest, output.hashDigestLength and output.hashFunction options to setup it
    • [N] was removed in favor of using the to option as a function
    • [folder] was removed
    • [emoji] was removed

Features

evilebottnawi
published 6.4.1 •

evilebottnawi
published 7.0.0 •

Changelog

Source

7.0.0 (2020-12-10)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5
  • the flatten option was removed in favor [name].[ext] value for the to option,
  • the transformPath option was removed in favor Function type of the to option, look at examples
  • the cacheTransform option was removed in favor Object type of the transform option, look at examples
  • migration on the compilation.hooks.processAssets hook
  • empty filtered paths throw an error, you can disable this behaviour using the noErrorOnMissing option
evilebottnawi
published 6.4.0 •

Changelog

Source

6.4.0 (2020-12-07)

Features

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