@types/request
Advanced tools
Comparing version 0.0.47 to 2.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for request | ||
// Type definitions for request 2.0 | ||
// Project: https://github.com/request/request | ||
@@ -157,3 +157,2 @@ // Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, bonnici <https://github.com/bonnici>, Bart van der Schoor <https://github.com/Bartvds>, Joe Skeen <http://github.com/joeskeen>, Christopher Currens <https://github.com/ccurrens> | ||
useQuerystring?: boolean; | ||
time?: boolean; | ||
} | ||
@@ -182,2 +181,18 @@ | ||
body: any; | ||
timingStart?: number; | ||
timings?: { | ||
socket: number; | ||
lookup: number; | ||
connect: number; | ||
response: number; | ||
end: number; | ||
}; | ||
timingPhases?: { | ||
wait: number; | ||
dns: number; | ||
tcp: number; | ||
firstByte: number; | ||
download: number; | ||
total: number; | ||
}; | ||
} | ||
@@ -184,0 +199,0 @@ |
{ | ||
"name": "@types/request", | ||
"version": "0.0.47", | ||
"version": "2.0.0", | ||
"description": "TypeScript definitions for request", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d8d21ab96f33830cb5684ca9d7df3b55fbddfe3acb95c4d710526b0a4c10ac2b", | ||
"typesPublisherContentHash": "21d0f8e1a22f3bffa671bfe3957e3679aabdc70b95055ba6b2ccf2feed97afed", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT | ||
* Last updated: Mon, 17 Jul 2017 19:27:11 GMT | ||
* Dependencies: stream, http, https, url, fs, form-data, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
275
1
14820