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.3 to 8.3.4

4

got/index.d.ts

@@ -78,3 +78,3 @@ // Type definitions for got 8.3

interface InternalRequestOptions extends http.RequestOptions {
interface InternalRequestOptions extends https.RequestOptions {
// Redeclare options with `any` type for allow specify types incompatible with http.RequestOptions.

@@ -97,3 +97,3 @@ timeout?: any;

type GotUrl = string | http.RequestOptions | Url | URL;
type GotUrl = string | https.RequestOptions | Url | URL;

@@ -100,0 +100,0 @@ interface GotBodyOptions<E extends string | null> extends GotOptions<E> {

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

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

},
"typesPublisherContentHash": "a24fb5be5894fe22ebf56e107bc819d2d93091e08d24b9f5d30c8d0528819717",
"typesPublisherContentHash": "158f066c79acb2ea7e60f0a4dbaae3503454bef87b3a4d00f70880f8e1f01d68",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sat, 14 Jul 2018 01:02:00 GMT
* Last updated: Thu, 20 Sep 2018 22:54:19 GMT
* Dependencies: url, http, https, stream, node

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

Sorry, the diff of this file is not supported yet

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