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

3

got/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for got 9.4

// Matthew Bull <https://github.com/wingsbob>
// Ryan Wilson-Perkin <https://github.com/ryanwilsonperkin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -255,3 +256,3 @@ // TypeScript Version: 2.8

retries?: number | RetryFunction;
methods?: Array<'GET' | 'PUT' | 'HEAD' | 'DELETE' | 'OPTIONS' | 'TRACE'>;
methods?: Array<'GET' | 'POST' | 'PUT' | 'HEAD' | 'DELETE' | 'OPTIONS' | 'TRACE'>;
statusCodes?: Array<408 | 413 | 429 | 500 | 502 | 503 | 504>;

@@ -258,0 +259,0 @@ maxRetryAfter?: number;

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

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "wingsbob"
},
{
"name": "Ryan Wilson-Perkin",
"url": "https://github.com/ryanwilsonperkin",
"githubUsername": "ryanwilsonperkin"
}

@@ -46,4 +51,4 @@ ],

},
"typesPublisherContentHash": "85c3a78fc80cdeedd46cc0467c6e7bbe894955604654e437710edf665b883935",
"typesPublisherContentHash": "80a2e3e1c226c63c891bab4e885a42cd93c2e7d602ec778beb4fa3875ced6086",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 17 Apr 2019 21:43:47 GMT
* Last updated: Fri, 26 Apr 2019 02:20:08 GMT
* Dependencies: @types/tough-cookie, @types/node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by BendingBender <https://github.com/BendingBender>, Linus Unnebäck <https://github.com/LinusU>, Konstantin Ikonnikov <https://github.com/ikokostya>, Stijn Van Nieuwenhuyse <https://github.com/stijnvn>, Matthew Bull <https://github.com/wingsbob>.
These definitions were written by BendingBender <https://github.com/BendingBender>, Linus Unnebäck <https://github.com/LinusU>, Konstantin Ikonnikov <https://github.com/ikokostya>, Stijn Van Nieuwenhuyse <https://github.com/stijnvn>, Matthew Bull <https://github.com/wingsbob>, Ryan Wilson-Perkin <https://github.com/ryanwilsonperkin>.
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