@types/imap
Advanced tools
Comparing version 0.8.31 to 0.8.32
@@ -8,2 +8,3 @@ // Type definitions for imap v0.8.14 | ||
import { EventEmitter } from 'events'; | ||
import { TlsOptions } from 'tls'; | ||
@@ -30,3 +31,3 @@ declare namespace Connection { | ||
/** Options object to pass to tls.connect() Default: (none) */ | ||
tlsOptions?: Object; | ||
tlsOptions?: TlsOptions; | ||
/** Set to 'always' to always attempt connection upgrades via STARTTLS, 'required' only if upgrading is required, or 'never' to never attempt upgrading. Default: 'never' */ | ||
@@ -33,0 +34,0 @@ autotls?: string; |
{ | ||
"name": "@types/imap", | ||
"version": "0.8.31", | ||
"version": "0.8.32", | ||
"description": "TypeScript definitions for imap", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "00e0d81c72c0801e8b5848d98b1fecc5c99ddc354114bf5da761af514bac7b88", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "17e2d9c4c63cceb9f0eba9c57a05dd17ff0c3a5c600decf3f93f94b23620e6df", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 14 Sep 2020 21:16:34 GMT | ||
* Last updated: Wed, 02 Dec 2020 06:49:49 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
25773
308