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.29 to 0.8.30

5

imap/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for imap v0.8.14

/// <reference types="node" />
import { EventEmitter } from 'events';

@@ -240,6 +241,6 @@ declare namespace Connection {

}
declare class Connection extends NodeJS.EventEmitter implements Connection.MessageFunctions {
declare class Connection extends EventEmitter implements Connection.MessageFunctions {
/** @constructor */

@@ -246,0 +247,0 @@ constructor(config: Connection.Config);

13

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

@@ -9,9 +9,12 @@ "license": "MIT",

"name": "Peter Snider",
"url": "https://github.com/psnider"
"url": "https://github.com/psnider",
"githubUsername": "psnider"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/imap"
},

@@ -22,4 +25,4 @@ "scripts": {},

},
"typesPublisherContentHash": "a640d8d7b9e1fb53765c76a2aa7fa9efa96a0944c0b9f0a96a9305529d9c52de",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "5b533709e524a2a0bab59110bb89cc425fdff552130c927eaed213761a7e1278",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imap
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imap.
Additional Details
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT
* Dependencies: node
### Additional Details
* Last updated: Mon, 23 Dec 2019 16:40:51 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Peter Snider <https://github.com/psnider>.
These definitions were written by Peter Snider (https://github.com/psnider).

Sorry, the diff of this file is not supported yet

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