@types/imapflow
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -16,3 +16,3 @@ // Type definitions for imapflow 1.0 | ||
authenticated: string | boolean; | ||
capabilities: string | boolean; | ||
capabilities: Map<string, (boolean|number)>; | ||
emitLogs: boolean; | ||
@@ -22,3 +22,3 @@ enabled: Set<string>; | ||
idling: boolean; | ||
mailbox: MailboxObject; | ||
mailbox: MailboxObject | boolean; | ||
secureConnection: boolean; | ||
@@ -25,0 +25,0 @@ serverInfo: IdInfoObject; |
{ | ||
"name": "@types/imapflow", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript definitions for imapflow", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imapflow", | ||
}, | ||
"typesPublisherContentHash": "f9f6e8a9ad4a7f4bb31d7d7992512473065e4e5ef9f181105aacdf3fabac56b4", | ||
"typesPublisherContentHash": "566ba5edf68dfde9bdf49c1be7c411f4bf0b92f89f29a8f00963b6d87bdf9824", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 26 Dec 2021 08:31:21 GMT | ||
* Last updated: Tue, 11 Jan 2022 13:31:31 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
11466