Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

copy-webpack-plugin

Package Overview
Dependencies
Maintainers
1
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 3.0.0 to 3.0.1

9

CHANGELOG.md

@@ -0,1 +1,5 @@

## 3.0.1 (May 29, 2016)
* Fix error thrown when subdirectories are in glob results
## 3.0.0 (May 14, 2016)

@@ -5,4 +9,3 @@

* No longer writing to filesystem when webpack-dev-server is running
Use the [write-file-webpack-plugin](https://www.npmjs.com/package/write-file-webpack-plugin) to force writing files to the filesystem
* No longer writing to filesystem when webpack-dev-server is running. Use the [write-file-webpack-plugin](https://www.npmjs.com/package/write-file-webpack-plugin) to force writing files to the filesystem

@@ -80,2 +83,2 @@ ## 2.1.6 (May 14, 2016)

* Basic functionality
* Basic functionality

@@ -34,2 +34,7 @@ 'use strict';

// We don't write empty directories
if (stat.isDirectory()) {
return;
}
function addToAssets() {

@@ -36,0 +41,0 @@ compilation.assets[relFileDest] = {

{
"name": "copy-webpack-plugin",
"version": "3.0.0",
"version": "3.0.1",
"description": "Copy files and directories in webpack",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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