Socket
Socket
Sign inDemoInstall

copy-webpack-plugin

Package Overview
Dependencies
Maintainers
6
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-webpack-plugin - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [6.0.3](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3) (2020-06-30)
### Bug Fixes
* do not execute on a child compiler ([42f27c7](https://github.com/webpack-contrib/copy-webpack-plugin/commit/42f27c777cc37dc2ce4af399cb2a943e9e62172e))
### [6.0.2](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2) (2020-06-03)

@@ -7,0 +14,0 @@

2

dist/index.js

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

const limit = (0, _pLimit.default)(this.options.concurrency || 100);
compiler.hooks.compilation.tap(plugin, compilation => {
compiler.hooks.thisCompilation.tap(plugin, compilation => {
const logger = compilation.getLogger('copy-webpack-plugin');

@@ -40,0 +40,0 @@ compilation.hooks.additionalAssets.tapAsync('copy-webpack-plugin', async callback => {

{
"name": "copy-webpack-plugin",
"version": "6.0.2",
"version": "6.0.3",
"description": "Copy files && directories with webpack",

@@ -45,3 +45,3 @@ "license": "MIT",

"cacache": "^15.0.4",
"fast-glob": "^3.2.2",
"fast-glob": "^3.2.4",
"find-cache-dir": "^3.3.1",

@@ -52,5 +52,5 @@ "glob-parent": "^5.1.1",

"normalize-path": "^3.0.0",
"p-limit": "^2.3.0",
"p-limit": "^3.0.1",
"schema-utils": "^2.7.0",
"serialize-javascript": "^3.1.0",
"serialize-javascript": "^4.0.0",
"webpack-sources": "^1.4.3"

@@ -71,10 +71,9 @@ },

"del-cli": "^3.0.1",
"enhanced-resolve": "^4.1.1",
"eslint": "^7.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.21.2",
"husky": "^4.2.5",
"is-gzip": "^2.0.0",
"jest": "^26.0.1",
"lint-staged": "^10.2.8",
"lint-staged": "^10.2.11",
"memfs": "^3.2.0",

@@ -81,0 +80,0 @@ "mkdirp": "^1.0.4",

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