@types/compression-webpack-plugin
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -22,3 +22,3 @@ // Type definitions for compression-webpack-plugin 4.0 | ||
declare namespace CompressionPlugin { | ||
type AlgorithmCallback = (error: Error | null, result: Buffer) => void; | ||
type AlgorithmCallback = (error: Error | null, result: Uint8Array) => void; | ||
type Algorithm<O> = (source: string, options: O, callback: AlgorithmCallback) => void; | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@types/compression-webpack-plugin", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for compression-webpack-plugin", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d5fab0966349def2e58d71cefeb385d3903f061dbd13d2fae4ea59cc082460d6", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "1726fe8386872444b782e2d4070a735fc1fdc515e0b6ecc5ace74fa6c8fc7907", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 04 Jun 2020 00:58:03 GMT | ||
* Last updated: Thu, 03 Sep 2020 07:47:56 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -14,0 +14,0 @@ * Global values: none |
6223