@types/terser-webpack-plugin
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for terser-webpack-plugin 4.1 | ||
// Type definitions for terser-webpack-plugin 4.2 | ||
// Project: https://github.com/webpack-contrib/terser-webpack-plugin | ||
@@ -6,3 +6,2 @@ // Definitions by: Daniel Schopf <https://github.com/Danscho> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
@@ -93,3 +92,3 @@ import { Plugin } from 'webpack'; | ||
*/ | ||
minify?: (file: any, sourceMap: any) => MinifyResult; | ||
minify?: (file: any, sourceMap: any, minimizerOptions?: MinifyOptions) => MinifyResult; | ||
@@ -96,0 +95,0 @@ /** |
{ | ||
"name": "@types/terser-webpack-plugin", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "TypeScript definitions for terser-webpack-plugin", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "13b328d747766b8a58990019ef4362a7bad927f0e39337fbc3592314289825a2", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "a76c085713c32b2651ff80fb50da82497ab6cdfb8746d1f6e6ec0c67c22e7e09", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 11 Aug 2020 08:11:47 GMT | ||
* Last updated: Tue, 15 Sep 2020 07:10:16 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/terser](https://npmjs.com/package/@types/terser) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6929
95