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

@types/imapflow

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/imapflow - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

16

imapflow/index.d.ts

@@ -120,8 +120,8 @@ // Type definitions for imapflow 1.0

query: {
messages: boolean;
recent: boolean;
uidNext: boolean;
uidValidity: boolean;
unseen: boolean;
highestModseq: boolean;
messages?: boolean;
recent?: boolean;
uidNext?: boolean;
uidValidity?: boolean;
unseen?: boolean;
highestModseq?: boolean;
},

@@ -226,3 +226,3 @@ ): Promise<StatusObject>;

source?: boolean | object;
threadId?: string;
threadId?: boolean;
labels?: boolean;

@@ -306,3 +306,3 @@ headers?: boolean | string[];

unseen?: number;
highestModSeq?: bigint;
highestModseq?: bigint;
}

@@ -309,0 +309,0 @@

{
"name": "@types/imapflow",
"version": "1.0.12",
"version": "1.0.13",
"description": "TypeScript definitions for imapflow",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imapflow",

},
"typesPublisherContentHash": "30112b44bb5449449f158f1c904911e80c39841032eb07599a5a9486a2682eb3",
"typesPublisherContentHash": "5a4d4adc5654c047b06c1081a237cf4d42dfff32ac1fab8b59f8d5e9bf82552e",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 18 Mar 2023 07:02:34 GMT
* Last updated: Sat, 29 Apr 2023 17:02: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