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.2.0 to 6.2.1

8

CHANGELOG.md

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

### [6.2.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.0...v6.2.1) (2020-10-09)
### Chore
* update `schema-utils`
## [6.2.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.1...v6.2.0) (2020-10-02)

@@ -67,3 +73,3 @@

* migrate on `compilation.additionalAssets` hook
* the `ignore` option was removed in favor `globOptions.ignore`
* the `ignore` option (which accepted [micromatch](https://github.com/micromatch/micromatch) syntax) was removed in favor `globOptions.ignore` (which accepts [fast-glob pattern-syntax](https://github.com/mrmlnc/fast-glob#pattern-syntax))
* the `test` option was removed in favor the `transformPath` option

@@ -70,0 +76,0 @@ * the `cache` option was renamed to the `cacheTransform` option, `cacheTransform` option should have only `directory` and `keys` properties when it is an object

4

dist/index.js

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

var _schemaUtils = _interopRequireDefault(require("schema-utils"));
var _schemaUtils = require("schema-utils");

@@ -55,3 +55,3 @@ var _pLimit = _interopRequireDefault(require("p-limit"));

constructor(options = {}) {
(0, _schemaUtils.default)(_options.default, options, {
(0, _schemaUtils.validate)(_options.default, options, {
name: 'Copy Plugin',

@@ -58,0 +58,0 @@ baseDataPath: 'options'

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

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

"p-limit": "^3.0.2",
"schema-utils": "^2.7.1",
"schema-utils": "^3.0.0",
"serialize-javascript": "^5.0.1",

@@ -65,3 +65,3 @@ "webpack-sources": "^1.4.3"

"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.3.0",
"babel-jest": "^26.5.2",
"chokidar": "^3.4.2",

@@ -76,3 +76,3 @@ "cross-env": "^7.0.2",

"is-gzip": "^2.0.0",
"jest": "^26.4.2",
"jest": "^26.5.2",
"lint-staged": "^10.4.0",

@@ -79,0 +79,0 @@ "memfs": "^3.2.0",

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