@types/ftpd
Advanced tools
Comparing version 0.2.33 to 0.2.34
@@ -187,3 +187,3 @@ // Type definitions for ftpd 0.2.11 | ||
* Events: | ||
* @event close net.Server close event | ||
* @event close net.Server close event | ||
* @event error net.Server error event | ||
@@ -190,0 +190,0 @@ * @event client:connected (connection: FtpConnection) |
{ | ||
"name": "@types/ftpd", | ||
"version": "0.2.33", | ||
"version": "0.2.34", | ||
"description": "TypeScript definitions for ftpd", | ||
@@ -14,13 +14,14 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/ftpd" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "8a4bd9ece714e1ba3d9a76f67eb095c0930359340410ea91653938c5be219936", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "35267316d77ec38c398d74664060375e20e7adcf39606bae7de4f21b4024a24e", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ftpd | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ftpd. | ||
Additional Details | ||
* Last updated: Mon, 10 Sep 2018 22:02:19 GMT | ||
* Dependencies: events, fs, net, tls, node | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:31 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>. | ||
These definitions were written by [Rogier Schouten](https://github.com/rogierschouten). |
Sorry, the diff of this file is not supported yet
1
11458
- Removed@types/events@*
- Removed@types/events@3.0.3(transitive)