Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/request

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/request - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

6

request/index.d.ts

@@ -117,5 +117,5 @@ // Type definitions for request 2.0

callback?: (error: any, response: RequestResponse, body: any) => void;
jar?: any; // CookieJar
formData?: any; // Object
form?: any; // Object or string
jar?: CookieJar | boolean;
formData?: { [key: string]: any };
form?: { [key: string]: any } | string;
auth?: AuthOptions;

@@ -122,0 +122,0 @@ oauth?: OAuthOptions;

{
"name": "@types/request",
"version": "2.0.12",
"version": "2.0.13",
"description": "TypeScript definitions for request",

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

},
"typesPublisherContentHash": "7e4f7a5cf8398ef17b405c1a5ff9c56c35b25fbff1d5b53e3f0018473e7f84e1",
"typesPublisherContentHash": "6c14182e2b40e1c53511609ee86e40c677d399a0e5bc93a12e6e594c71e9e80e",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 17 Jan 2018 15:32:02 GMT
* Last updated: Mon, 22 Jan 2018 19:06:28 GMT
* Dependencies: stream, http, https, fs, form-data, tough-cookie, url, node

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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