@types/request
Advanced tools
Comparing version 2.48.2 to 2.48.3
@@ -186,2 +186,4 @@ // Type definitions for request 2.48 | ||
type MultipartBody = string | Buffer | ArrayBuffer | Uint8Array; | ||
type RequestCallback = (error: any, response: Response, body: any) => void; | ||
@@ -208,3 +210,3 @@ | ||
'content-type'?: string, | ||
body: string | ||
body: MultipartBody | ||
}>; | ||
@@ -211,0 +213,0 @@ } |
{ | ||
"name": "@types/request", | ||
"version": "2.48.2", | ||
"version": "2.48.3", | ||
"description": "TypeScript definitions for request", | ||
@@ -67,4 +67,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "936331d1aa40e0beca1a5a221aee79d1a1e0269591b68a6635fa9363bb5cc28e", | ||
"typesPublisherContentHash": "d610bb65ee539e22e0ca837a5e525021f2e4f2474dad8305d4d8d3e39da841c6", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 13 Jul 2019 15:15:47 GMT | ||
* Last updated: Mon, 09 Sep 2019 00:32:39 GMT | ||
* Dependencies: @types/caseless, @types/form-data, @types/tough-cookie, @types/node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
18941
345