@types/unzipper
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -5,2 +5,3 @@ // Type definitions for unzipper 0.8 | ||
// Nate <https://github.com/natemara> | ||
// Bart <https://github.com/bartje321> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -53,3 +54,3 @@ // TypeScript Version: 2.2 | ||
stream: Readable; | ||
size: Promise<number>; | ||
size: () => Promise<number>; | ||
}, | ||
@@ -61,8 +62,8 @@ offset: number, | ||
export namespace Open { | ||
function file(filename: string): CentralDirectory; | ||
function file(filename: string): Promise<CentralDirectory>; | ||
function url( | ||
request: ClientRequest, | ||
opt: string | RequestOptions | ||
): CentralDirectory; | ||
function s3(client: any, params: any): CentralDirectory; | ||
): Promise<CentralDirectory>; | ||
function s3(client: any, params: any): Promise<CentralDirectory>; | ||
} | ||
@@ -103,3 +104,3 @@ | ||
stream: Entry; | ||
buffer: Promise<Buffer>; | ||
buffer: () => Promise<Buffer>; | ||
} | ||
@@ -106,0 +107,0 @@ ]; |
{ | ||
"name": "@types/unzipper", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "TypeScript definitions for unzipper", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "natemara" | ||
}, | ||
{ | ||
"name": "Bart", | ||
"url": "https://github.com/bartje321", | ||
"githubUsername": "bartje321" | ||
} | ||
@@ -22,10 +27,8 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "0c78afda07f5f90492737e6db6109f6526f1012f37a98922652856d5f79d1897", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9d121bf56c00e23565ee0821671ca0b8f62ccf9e9e10f649380cbadc1b2aff4c", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/unzipper | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unzipper | ||
Additional Details | ||
* Last updated: Sat, 12 May 2018 01:01:37 GMT | ||
* Last updated: Thu, 31 May 2018 22:12:33 GMT | ||
* Dependencies: stream, http, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by s73obrien <https://github.com/s73obrien>, Nate <https://github.com/natemara>. | ||
These definitions were written by s73obrien <https://github.com/s73obrien>, Nate <https://github.com/natemara>, Bart <https://github.com/bartje321>. |
5970
0
105
- Removed@types/node@*
- Removed@types/node@22.13.9(transitive)
- Removedundici-types@6.20.0(transitive)