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.6.5 to 9.6.6

4

got/index.d.ts

@@ -10,2 +10,3 @@ // Type definitions for got 9.6

// Paul Hawxby <https://github.com/phawxby>
// Ivy Witter <https://github.com/ivywit>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -149,2 +150,3 @@ // TypeScript Version: 2.8

beforeRetry?: Array<BeforeRetryHook<Options>>;
beforeError?: BeforeErrorHook[];
afterResponse?: Array<AfterResponseHook<Options, Body>>;

@@ -175,2 +177,4 @@ }

type BeforeErrorHook = (error: GotError) => Error | Promise<Error>;
/**

@@ -177,0 +181,0 @@ * @param response Response object.

9

got/package.json
{
"name": "@types/got",
"version": "9.6.5",
"version": "9.6.6",
"description": "TypeScript definitions for got",

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

"githubUsername": "phawxby"
},
{
"name": "Ivy Witter",
"url": "https://github.com/ivywit",
"githubUsername": "ivywit"
}

@@ -57,4 +62,4 @@ ],

},
"typesPublisherContentHash": "a0a181c20b65fde9dac95e8b9200800a00c28a9b287d703c3404b3aee7f66af9",
"typesPublisherContentHash": "06ecfef382541340c2218e1eccc794141e84e66a90635d1698d7f64d5b9d3156",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Tue, 30 Jul 2019 22:30:36 GMT
* Last updated: Sat, 10 Aug 2019 00:03:15 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>, Ryan Wilson-Perkin <https://github.com/ryanwilsonperkin>, and Paul Hawxby <https://github.com/phawxby>.
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>, Paul Hawxby <https://github.com/phawxby>, and Ivy Witter <https://github.com/ivywit>.
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