Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 7.1.7 to 7.1.8

8

got/index.d.ts

@@ -101,3 +101,7 @@ // Type definitions for got 7.1

type GotOptions<E extends string | null> = http.RequestOptions & {
interface TimoutRequestOptions extends http.RequestOptions {
timeout?: any;
}
interface GotOptions<E extends string | null> extends TimoutRequestOptions {
encoding?: E;

@@ -110,3 +114,3 @@ query?: string | object;

useElectronNet?: boolean;
};
}

@@ -113,0 +117,0 @@ interface TimeoutOptions {

{
"name": "@types/got",
"version": "7.1.7",
"version": "7.1.8",
"description": "TypeScript definitions for got",

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

},
"typesPublisherContentHash": "f672bfbffb538aeb57706dde7d250d7bf25e152059e393a99dbd7c11de457e73",
"typesPublisherContentHash": "3423d92561867f349c3a6716dc28ec35e6bbea7208edbacf6608aa266806a36c",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sat, 10 Feb 2018 21:44:46 GMT
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT
* Dependencies: url, http, 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