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 9.4.2 to 9.4.3

4

got/index.d.ts

@@ -93,3 +93,3 @@ // Type definitions for got 9.4

(url: GotUrl): GotPromise<any>;
(url: GotUrl, options: GotJSONOptions): GotPromise<any>;
(url: GotUrl, options: Partial<GotJSONOptions>): GotPromise<any>;
}

@@ -99,3 +99,3 @@

(url: GotUrl): GotPromise<T extends null ? Buffer : string>;
(url: GotUrl, options: GotFormOptions<T>): GotPromise<T extends null ? Buffer : string>;
(url: GotUrl, options: Partial<GotFormOptions<T>>): GotPromise<T extends null ? Buffer : string>;
}

@@ -102,0 +102,0 @@

{
"name": "@types/got",
"version": "9.4.2",
"version": "9.4.3",
"description": "TypeScript definitions for got",

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

},
"typesPublisherContentHash": "e496ed07d4c51aa7101e8e30208f355c99078335abd7b7ea3d55c41cc1e606f9",
"typesPublisherContentHash": "85c3a78fc80cdeedd46cc0467c6e7bbe894955604654e437710edf665b883935",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 15 Apr 2019 19:58:20 GMT
* Last updated: Wed, 17 Apr 2019 21:43:47 GMT
* Dependencies: @types/tough-cookie, @types/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