@types/imapflow
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,2 +5,3 @@ // Type definitions for imapflow 1.0 | ||
// Martin Badin <https://github.com/martin-badin> | ||
// Northern Star <https://github.com/grayson-code> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -40,3 +41,3 @@ | ||
part?: string, | ||
options?: { uid?: boolean; maxBytes?: number }, | ||
options?: { uid?: boolean; maxBytes?: number, chunkSize?: number }, | ||
): Promise<DownloadObject>; | ||
@@ -43,0 +44,0 @@ |
{ | ||
"name": "@types/imapflow", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "TypeScript definitions for imapflow", | ||
@@ -17,2 +17,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imapflow", | ||
"githubUsername": "martin-badin" | ||
}, | ||
{ | ||
"name": "Northern Star", | ||
"url": "https://github.com/grayson-code", | ||
"githubUsername": "grayson-code" | ||
} | ||
@@ -31,4 +36,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "566ba5edf68dfde9bdf49c1be7c411f4bf0b92f89f29a8f00963b6d87bdf9824", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "9ac1e9e9075245ea028a7b143e100b1422b078b98e256c4da17a4075566a5aa1", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 11 Jan 2022 13:31:31 GMT | ||
* Last updated: Wed, 16 Mar 2022 08:01:43 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Jeffrey Ratton](https://github.com/jeffreyratton98), and [Martin Badin](https://github.com/martin-badin). | ||
These definitions were written by [Jeffrey Ratton](https://github.com/jeffreyratton98), [Martin Badin](https://github.com/martin-badin), and [Northern Star](https://github.com/grayson-code). |
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
11760
311