Socket
Socket
Sign inDemoInstall

@types/copy-webpack-plugin

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.2.0

10

copy-webpack-plugin/index.d.ts

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

// Type definitions for copy-webpack-plugin 6.0
// Type definitions for copy-webpack-plugin 6.2
// Project: https://github.com/webpack-contrib/copy-webpack-plugin

@@ -7,5 +7,2 @@ // Definitions by: flying-sheep <https://github.com/flying-sheep>

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node"/>
import { Plugin } from 'webpack';

@@ -44,2 +41,7 @@

/**
* Allows to filter copied assets.
*/
filter?: (resourcePath: string) => boolean;
/**
* How to interpret `to`. default: undefined

@@ -46,0 +48,0 @@ * `file` - if 'to' has extension or 'from' is file.

7

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

@@ -32,7 +32,6 @@ "license": "MIT",

"dependencies": {
"@types/node": "*",
"@types/webpack": "*"
},
"typesPublisherContentHash": "87c5dab3afdbf694f86503d00d1cdd2f0ccb7a983443155a50c7472ff68b6179",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "b297c2c3df5f93f91a45e035314fdfed4dc7a4d3efcf823946f70e348ff59926",
"typeScriptVersion": "3.2"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Thu, 28 May 2020 00:15:23 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/node](https://npmjs.com/package/@types/node)
* Last updated: Thu, 05 Nov 2020 08:35:11 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)
* Global values: none

@@ -15,0 +15,0 @@

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