Socket
Socket
Sign inDemoInstall

@types/copy-webpack-plugin

Package Overview
Dependencies
77
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

24

copy-webpack-plugin/index.d.ts

@@ -46,3 +46,3 @@ // Type definitions for copy-webpack-plugin 8.0

absoluteFilename: string;
}) => string);
}) => string) | undefined;

@@ -54,3 +54,3 @@ /**

*/
context?: string;
context?: string | undefined;

@@ -61,3 +61,3 @@ /**

*/
globOptions?: object;
globOptions?: object | undefined;

@@ -67,3 +67,3 @@ /**

*/
filter?: (resourcePath: string) => boolean;
filter?: ((resourcePath: string) => boolean) | undefined;

@@ -77,3 +77,3 @@ /**

*/
toType?: "file" | "dir" | "template";
toType?: "file" | "dir" | "template" | undefined;

@@ -85,3 +85,3 @@ /**

*/
force?: boolean;
force?: boolean | undefined;

@@ -92,3 +92,3 @@ /**

*/
priority?: number;
priority?: number | undefined;

@@ -100,3 +100,3 @@ /**

*/
transform?: (content: Buffer, absoluteFrom: string) => string | Buffer | Promise<string | Buffer>;
transform?: ((content: Buffer, absoluteFrom: string) => string | Buffer | Promise<string | Buffer>) | undefined;

@@ -107,3 +107,3 @@ /**

*/
noErrorOnMissing?: boolean;
noErrorOnMissing?: boolean | undefined;

@@ -113,3 +113,3 @@ /**

*/
info?: Record<string, unknown> | ((file: string) => Record<string, unknown>);
info?: Record<string, unknown> | ((file: string) => Record<string, unknown>) | undefined;
}

@@ -124,3 +124,3 @@

*/
concurrency?: number;
concurrency?: number | undefined;
}

@@ -130,3 +130,3 @@

patterns: ReadonlyArray<StringPattern | ObjectPattern>;
options?: Options;
options?: Options | undefined;
}

@@ -133,0 +133,0 @@ }

{
"name": "@types/copy-webpack-plugin",
"version": "8.0.0",
"version": "8.0.1",
"description": "TypeScript definitions for copy-webpack-plugin",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/copy-webpack-plugin",
"license": "MIT",

@@ -36,4 +37,4 @@ "contributors": [

},
"typesPublisherContentHash": "416148a27974a3f75f5553d078f801b5db8152e9b46f1bf80fde049564eb614e",
"typesPublisherContentHash": "138bcd2997c3694014700407dbab3dea00b5a26cbf36b0db374e3c59f34c696a",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Fri, 23 Apr 2021 20:31:18 GMT
* Last updated: Tue, 06 Jul 2021 20:32:31 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/node](https://npmjs.com/package/@types/node)

@@ -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