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.48.2 to 2.48.3

4

request/index.d.ts

@@ -186,2 +186,4 @@ // Type definitions for request 2.48

type MultipartBody = string | Buffer | ArrayBuffer | Uint8Array;
type RequestCallback = (error: any, response: Response, body: any) => void;

@@ -208,3 +210,3 @@

'content-type'?: string,
body: string
body: MultipartBody
}>;

@@ -211,0 +213,0 @@ }

{
"name": "@types/request",
"version": "2.48.2",
"version": "2.48.3",
"description": "TypeScript definitions for request",

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

},
"typesPublisherContentHash": "936331d1aa40e0beca1a5a221aee79d1a1e0269591b68a6635fa9363bb5cc28e",
"typesPublisherContentHash": "d610bb65ee539e22e0ca837a5e525021f2e4f2474dad8305d4d8d3e39da841c6",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sat, 13 Jul 2019 15:15:47 GMT
* Last updated: Mon, 09 Sep 2019 00:32:39 GMT
* Dependencies: @types/caseless, @types/form-data, @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