Socket
Socket
Sign inDemoInstall

copy-webpack-plugin

Package Overview
Dependencies
104
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.1 to 10.2.2

2

dist/index.js

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

* @property {Force | undefined} force
* @property {{ [key: string]: string }} info
* @property {{ [key: string]: any }} info
*/

@@ -67,0 +67,0 @@

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

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

@@ -28,2 +28,14 @@ <div align="center">

or
```console
yarn add -D copy-webpack-plugin
```
or
```console
pnpm add -D copy-webpack-plugin
```
Then add the plugin to your `webpack` config. For example:

@@ -30,0 +42,0 @@

@@ -23,3 +23,3 @@ export = CopyPlugin;

* @property {Force | undefined} force
* @property {{ [key: string]: string }} info
* @property {{ [key: string]: any }} info
*/

@@ -221,3 +221,3 @@ /**

info: {
[key: string]: string;
[key: string]: any;
};

@@ -224,0 +224,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc