@types/got
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -103,3 +103,3 @@ // Type definitions for got 8.3 | ||
interface GotJSONOptions extends GotOptions<string | null> { | ||
body?: object; | ||
body?: any; | ||
form?: boolean; | ||
@@ -106,0 +106,0 @@ json: true; |
{ | ||
"name": "@types/got", | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"description": "TypeScript definitions for got", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "3081db2be5650c0e88c87830a9f8e926dc12c66d26c530e37915a98d2244dcdf", | ||
"typesPublisherContentHash": "1c27e518b7c8e5bb26c6b48a8694eaa58a9f07352dab3afd2f6e7b6a647de660", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/got | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/got | ||
Additional Details | ||
* Last updated: Fri, 04 May 2018 23:55:55 GMT | ||
* Last updated: Fri, 06 Jul 2018 21:56:16 GMT | ||
* Dependencies: url, http, https, stream, 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
11333