@types/superagent
Advanced tools
Comparing version 3.5.8 to 3.8.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for SuperAgent 3.5 | ||
// Type definitions for SuperAgent 3.8 | ||
// Project: https://github.com/visionmedia/superagent | ||
@@ -7,2 +7,3 @@ // Definitions by: Nico Zelaya <https://github.com/NicoZelaya> | ||
// Shrey Jain <https://github.com/shreyjain1994> | ||
// Alec Zopf <https://github.com/zopf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -135,3 +136,3 @@ // TypeScript Version: 2.2 | ||
part(): this; | ||
pfx(cert: Buffer | string): this; | ||
pfx(cert: Buffer | string | { pfx: Buffer, passphrase: string }): this; | ||
pipe(stream: NodeJS.WritableStream, options?: object): stream.Writable; | ||
@@ -138,0 +139,0 @@ query(val: object | string): this; |
{ | ||
"name": "@types/superagent", | ||
"version": "3.5.8", | ||
"version": "3.8.0", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -26,2 +26,7 @@ "license": "MIT", | ||
"githubUsername": "shreyjain1994" | ||
}, | ||
{ | ||
"name": "Alec Zopf", | ||
"url": "https://github.com/zopf", | ||
"githubUsername": "zopf" | ||
} | ||
@@ -32,3 +37,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
@@ -39,4 +44,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "5d8b5ee5ed6f3a6c822e9da99cea48d4f596a689e1bacb9f49769aff95328733", | ||
"typesPublisherContentHash": "f975cb1a216c5e2470813b35d805fa66b58cb0ac7b57488f7fe379af4221dafe", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/superagent | ||
Additional Details | ||
* Last updated: Wed, 11 Apr 2018 21:40:25 GMT | ||
* Last updated: Wed, 23 May 2018 23:09:40 GMT | ||
* Dependencies: fs, https, stream, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Nico Zelaya <https://github.com/NicoZelaya>, Michael Ledin <https://github.com/mxl>, Pap Lőrinc <https://github.com/paplorinc>, Shrey Jain <https://github.com/shreyjain1994>. | ||
These definitions were written by Nico Zelaya <https://github.com/NicoZelaya>, Michael Ledin <https://github.com/mxl>, Pap Lőrinc <https://github.com/paplorinc>, Shrey Jain <https://github.com/shreyjain1994>, Alec Zopf <https://github.com/zopf>. |
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
9403
143