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.2.0 to 9.2.1

7

got/index.d.ts

@@ -56,2 +56,6 @@ // Type definitions for got 9.2

declare class TimeoutError extends StdError {
name: 'TimeoutError';
}
declare class StdError extends Error {

@@ -79,2 +83,3 @@ code?: string;

CancelError: typeof CancelError;
TimeoutError: typeof TimeoutError;
};

@@ -220,3 +225,3 @@

type GotError = RequestError | ReadError | ParseError | HTTPError | MaxRedirectsError | UnsupportedProtocolError | CancelError;
type GotError = RequestError | ReadError | ParseError | HTTPError | MaxRedirectsError | UnsupportedProtocolError | CancelError | TimeoutError;

@@ -223,0 +228,0 @@ interface Progress {

6

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

@@ -29,3 +29,3 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -40,4 +40,4 @@ "type": "git",

},
"typesPublisherContentHash": "29f57a4768d1fa420977cd47501386f5e85b42b44763dc46a10580f71e547784",
"typesPublisherContentHash": "bab88fe6b7fac6dfa82b227f6171905a5844247dcf35fa592a9d75e5a114fbdc",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 30 Oct 2018 19:52:56 GMT
* Last updated: Wed, 28 Nov 2018 18:21:19 GMT
* Dependencies: tough-cookie, 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