Socket
Socket
Sign inDemoInstall

@types/got

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/got - npm Package Compare versions

Comparing version 8.3.2 to 8.3.3

3

got/index.d.ts

@@ -103,3 +103,4 @@ // Type definitions for got 8.3

interface GotJSONOptions extends GotOptions<string | null> {
body?: any;
// Body must be an object or array. See https://github.com/sindresorhus/got/issues/511
body?: object;
form?: boolean;

@@ -106,0 +107,0 @@ json: true;

{
"name": "@types/got",
"version": "8.3.2",
"version": "8.3.3",
"description": "TypeScript definitions for got",

@@ -32,4 +32,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "1c27e518b7c8e5bb26c6b48a8694eaa58a9f07352dab3afd2f6e7b6a647de660",
"typesPublisherContentHash": "a24fb5be5894fe22ebf56e107bc819d2d93091e08d24b9f5d30c8d0528819717",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 06 Jul 2018 21:56:16 GMT
* Last updated: Sat, 14 Jul 2018 01:02:00 GMT
* Dependencies: url, http, https, stream, node

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc