Socket
Socket
Sign inDemoInstall

@types/copy-webpack-plugin

Package Overview
Dependencies
78
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0 to 6.4.0

17

copy-webpack-plugin/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for copy-webpack-plugin 6.3
// Type definitions for copy-webpack-plugin 6.4
// Project: https://github.com/webpack-contrib/copy-webpack-plugin

@@ -24,3 +24,11 @@ // Definitions by: flying-sheep <https://github.com/flying-sheep>

*/
to?: string;
to?:
| string
| (({
context,
absoluteFilename,
}: {
context: Exclude<ObjectPattern['context'], undefined>;
absoluteFilename: string;
}) => string);

@@ -94,2 +102,7 @@ /**

noErrorOnMissing?: boolean;
/**
* Allows to add assets info
*/
info?: Record<string, unknown> | ((file: string) => Record<string, unknown>);
}

@@ -96,0 +109,0 @@

6

copy-webpack-plugin/package.json
{
"name": "@types/copy-webpack-plugin",
"version": "6.3.0",
"version": "6.4.0",
"description": "TypeScript definitions for copy-webpack-plugin",

@@ -34,4 +34,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "810dab1648e41b4f5cbd591dec95cc77cd60dcda8f00eb4d9df3a1aa5a568e2a",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "7a90ec876ba20b084e627f6110453236e8f7e5b9090732311d77cd178b5dc474",
"typeScriptVersion": "3.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 18 Nov 2020 00:19:43 GMT
* Last updated: Fri, 01 Jan 2021 20:06:19 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)

@@ -14,0 +14,0 @@ * Global values: none

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