Socket
Socket
Sign inDemoInstall

@types/copy-webpack-plugin

Package Overview
Dependencies
3
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.3 to 4.4.4

4

copy-webpack-plugin/index.d.ts

@@ -7,2 +7,4 @@ // Type definitions for copy-webpack-plugin 4.4

/// <reference types="node"/>
import { Plugin } from 'webpack'

@@ -48,3 +50,3 @@ import { IOptions } from 'minimatch'

/** Function that modifies file contents before writing to webpack. (default: `(content, path) => content`) */
transform?: (content: string, path: string) => string
transform?: (content: Buffer, path: string) => string | Buffer
/** Enable transform caching. You can use `{ cache: { key: 'my-cache-key' } }` to invalidate the cache. (default: `false`) */

@@ -51,0 +53,0 @@ cache?: boolean | { key: string }

{
"name": "@types/copy-webpack-plugin",
"version": "4.4.3",
"version": "4.4.4",
"description": "TypeScript definitions for copy-webpack-plugin",

@@ -17,3 +17,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/copy-webpack-plugin"
},

@@ -23,6 +24,7 @@ "scripts": {},

"@types/minimatch": "*",
"@types/node": "*",
"@types/webpack": "*"
},
"typesPublisherContentHash": "7edfe8a5074cc9977cc3be8341e96bd66a8694131eb41bfc16897fdd6dfef46b",
"typesPublisherContentHash": "7f03b28211a2c1c1ca91583f1746859a91438ba8a231e81bbec1bdf2167a7277",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 16:16:49 GMT
* Dependencies: @types/webpack, @types/minimatch
* Last updated: Mon, 15 Apr 2019 19:58:20 GMT
* Dependencies: @types/webpack, @types/minimatch, @types/node
* 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