Socket
Socket
Sign inDemoInstall

copy-webpack-plugin

Package Overview
Dependencies
104
Maintainers
6
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.1 to 9.0.0

41

package.json
{
"name": "copy-webpack-plugin",
"version": "8.1.1",
"version": "9.0.0",
"description": "Copy files && directories with webpack",

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

"engines": {
"node": ">= 10.13.0"
"node": ">= 12.13.0"
},

@@ -35,4 +35,3 @@ "scripts": {

"prepare": "husky install && npm run build",
"release": "standard-version",
"defaults": "webpack-defaults"
"release": "standard-version"
},

@@ -47,3 +46,3 @@ "files": [

"fast-glob": "^3.2.5",
"glob-parent": "^5.1.1",
"glob-parent": "^6.0.0",
"globby": "^11.0.3",

@@ -56,26 +55,26 @@ "normalize-path": "^3.0.0",

"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.1.1",
"husky": "^5.2.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"file-loader": "^6.2.0",
"husky": "^6.0.0",
"is-gzip": "^2.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"memfs": "^3.2.0",
"lint-staged": "^11.0.0",
"memfs": "^3.2.2",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"standard-version": "^9.1.1",
"webpack": "^5.27.2"
"prettier": "^2.3.0",
"standard-version": "^9.3.0",
"webpack": "^5.37.1"
},

@@ -82,0 +81,0 @@ "keywords": [

@@ -81,3 +81,3 @@ <div align="center">

| :-------------------------------------: | :------------------: | :---------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`from`](#from) | `{String}` | `undefined` | Glob or path from where we сopy files. |
| [`from`](#from) | `{String}` | `undefined` | Glob or path from where we copy files. |
| [`to`](#to) | `{String\|Function}` | `compiler.options.output` | Output path. |

@@ -100,3 +100,3 @@ | [`context`](#context) | `{String}` | `options.context \|\| compiler.options.context` | A path that determines how to interpret the `from` path. |

Glob or path from where we сopy files.
Glob or path from where we copy files.
Globs accept [fast-glob pattern-syntax](https://github.com/mrmlnc/fast-glob#pattern-syntax).

@@ -485,3 +485,3 @@ Glob can only be a `string`.

patterns: [
// Сopied second and will overwrite "dir_2/file.txt"
// Copied second and will overwrite "dir_2/file.txt"
{

@@ -493,3 +493,3 @@ from: "dir_1/file.txt",

},
// Сopied first
// Copied first
{

@@ -496,0 +496,0 @@ from: "dir_2/file.txt",

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