Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/imap

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/imap - npm Package Compare versions

Comparing version 0.8.31 to 0.8.32

3

imap/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc