@types/unzipper
Advanced tools
Comparing version 0.8.4 to 0.9.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for unzipper 0.8 | ||
// Type definitions for unzipper 0.9 | ||
// Project: https://github.com/ZJONSSON/node-unzipper#readme | ||
@@ -60,2 +60,3 @@ // Definitions by: s73obrien <https://github.com/s73obrien> | ||
export namespace Open { | ||
function buffer(data: Buffer): Promise<CentralDirectory>; | ||
function file(filename: string): Promise<CentralDirectory>; | ||
@@ -62,0 +63,0 @@ function url( |
{ | ||
"name": "@types/unzipper", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"description": "TypeScript definitions for unzipper", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "172c231f5842fddcf58a950cd609b7cac32b41be0590b34579329089c1b1e4fa", | ||
"typesPublisherContentHash": "4e1a033e221f22b4215fe95126feb41f6afe834776e961f5fcd9476c4710c569", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 06 Jun 2018 05:14:34 GMT | ||
* Last updated: Thu, 23 Aug 2018 17:24:04 GMT | ||
* Dependencies: stream, http, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
6104
106