@types/send
Advanced tools
Comparing version 0.14.2 to 0.14.3
@@ -200,3 +200,3 @@ // Type definitions for send v0.14.1 | ||
*/ | ||
pipe(res: stream.Writable): stream.Writable; | ||
pipe<T extends NodeJS.WritableStream>(res: T): T; | ||
@@ -203,0 +203,0 @@ /** |
{ | ||
"name": "@types/send", | ||
"version": "0.14.2", | ||
"description": "TypeScript definitions for send v0.14.1", | ||
"version": "0.14.3", | ||
"description": "TypeScript definitions for send", | ||
"license": "MIT", | ||
"author": "Mike Jerred <https://github.com/MikeJerred>", | ||
"contributors": [ | ||
{ | ||
"name": "Mike Jerred", | ||
"url": "https://github.com/MikeJerred" | ||
} | ||
], | ||
"main": "", | ||
@@ -18,4 +23,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "3383e45092cb7e9dd336efeebe74a5ca3a8869e5409f2d24fd41056b6b395179" | ||
"typesPublisherContentHash": "f75f96ec9dfdcff7fc8f9b9f17bb9ba0d257fe979a1e9db18d36a587b1d3429a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for send v0.14.1 (https://github.com/pillarjs/send). | ||
This package contains type definitions for send (https://github.com/pillarjs/send). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/send | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/send | ||
Additional Details | ||
* Last updated: Fri, 04 Nov 2016 23:19:08 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: fs, mime, stream | ||
* Global values: send | ||
* Last updated: Wed, 05 Jul 2017 14:31:12 GMT | ||
* Dependencies: stream, fs, mime, node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Mike Jerred <https://github.com/MikeJerred>. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9604
0
199
17