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.6.4 to 9.6.5

4

got/index.d.ts

@@ -292,2 +292,6 @@ // Type definitions for got 9.6

retryCount: number;
// got's Response is always a "response obtained from http.ClientRequest", therefore these two properties are never undefined
statusCode: number;
statusMessage: string;
}

@@ -294,0 +298,0 @@

4

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

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

},
"typesPublisherContentHash": "969681b2fa08a375896f3e5ac4d499f0b1dc18f308efbccf6d27d70c52b39e12",
"typesPublisherContentHash": "a0a181c20b65fde9dac95e8b9200800a00c28a9b287d703c3404b3aee7f66af9",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Thu, 25 Jul 2019 19:19:53 GMT
* Last updated: Tue, 30 Jul 2019 22:30:36 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