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.41 to 0.8.42

12

imap/index.d.ts

@@ -270,2 +270,14 @@ /// <reference types="node" />

// from NodeJS.EventEmitter
addListener(event: string, listener: Function): this;
on(event: string, listener: Function): this;
once(event: string, listener: Function): this;
removeListener(event: string, listener: Function): this;
removeAllListeners(event?: string): this;
setMaxListeners(n: number): this;
getMaxListeners(): number;
listeners(event: string): Function[];
emit(event: string, ...args: any[]): boolean;
listenerCount(type: string): number;
// from MessageFunctions

@@ -272,0 +284,0 @@ /** Searches the currently open mailbox for messages using given criteria. criteria is a list describing what you want to find. For criteria types that require arguments, use an array instead of just the string criteria type name (e.g. ['FROM', 'foo@bar.com']). Prefix criteria types with an "!" to negate. */

4

imap/package.json
{
"name": "@types/imap",
"version": "0.8.41",
"version": "0.8.42",
"description": "TypeScript definitions for imap",

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

"peerDependencies": {},
"typesPublisherContentHash": "0d83d26ede54f8fa05e6dda274806540258bda9c83944d15df27a371daede0ed",
"typesPublisherContentHash": "7920b3a5e2e281016a1b0b5ee467f35a3fc28bfa9e5ff1cedb2b8699503218b2",
"typeScriptVersion": "4.8"
}

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

### Additional Details
* Last updated: Thu, 31 Oct 2024 05:35:24 GMT
* Last updated: Thu, 31 Oct 2024 18:02:52 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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