@types/imap
Advanced tools
Comparing version 0.8.29 to 0.8.30
@@ -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); |
{ | ||
"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
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
307