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.4.0 to 6.4.1

7

CHANGELOG.md

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

### [6.4.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v6.4.1) (2020-12-16)
### Bug Fixes
* compatibility with webpack 4 file system ([#570](https://github.com/webpack-contrib/copy-webpack-plugin/issues/570)) ([720026a](https://github.com/webpack-contrib/copy-webpack-plugin/commit/720026ad0c526e003ab7270f1712fd712d4fdfad))
## [6.4.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.2...v6.4.0) (2020-12-07)

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

2

dist/index.js

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

if (inputFileSystem.lstat && inputFileSystem.stat && inputFileSystem.lstatSync && inputFileSystem.statSync && inputFileSystem.readdir && inputFileSystem.readdirSync) {
if (compiler.webpack && inputFileSystem.lstat && inputFileSystem.stat && inputFileSystem.lstatSync && inputFileSystem.statSync && inputFileSystem.readdir && inputFileSystem.readdirSync) {
pattern.globOptions.fs = inputFileSystem;

@@ -154,0 +154,0 @@ }

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

@@ -5,0 +5,0 @@ "license": "MIT",

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