@types/unzipper
Advanced tools
Comparing version 0.10.6 to 0.10.7
@@ -10,4 +10,4 @@ // Type definitions for unzipper 0.10 | ||
import { Readable, Stream, PassThrough, Duplex, Transform } from "stream"; | ||
import { ClientRequest, RequestOptions } from "http"; | ||
import { Duplex, PassThrough, Readable, Stream, Transform } from "stream"; | ||
@@ -59,3 +59,3 @@ export interface PullStream extends Duplex { | ||
offset: number, | ||
_password: string | ||
_password: string, | ||
): Entry; | ||
@@ -68,3 +68,3 @@ | ||
request: ClientRequest, | ||
opt: string | RequestOptions | ||
opt: string | RequestOptions, | ||
): Promise<CentralDirectory>; | ||
@@ -112,3 +112,3 @@ function s3(client: any, params: any): Promise<CentralDirectory>; | ||
extra: any; | ||
type: 'Directory' | 'File'; | ||
type: "Directory" | "File"; | ||
comment: string; | ||
@@ -115,0 +115,0 @@ stream: (password?: string) => Entry; |
{ | ||
"name": "@types/unzipper", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"description": "TypeScript definitions for unzipper", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unzipper", | ||
}, | ||
"typesPublisherContentHash": "735ba4045b106c062b3f7396b01e21eadcd12f05c07e5ede3638d3458ab64aca", | ||
"typesPublisherContentHash": "a3d5ba7a9290a406e71e2a1f217e0d783f5f484a22b9d1da1c3c43eb9d6e84d0", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 08 May 2023 18:32:50 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:34 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -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
6477