Socket
Socket
Sign inDemoInstall

@types/request-promise

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/request-promise - npm Package Compare versions

Comparing version 4.1.45 to 4.1.46

2

request-promise/index.d.ts

@@ -32,3 +32,3 @@ // Type definitions for request-promise 4.1

type RequestPromiseAPI = request.RequestAPI<RequestPromise, RequestPromiseOptions, request.RequiredUriUrl>;
type RequestPromiseAPI<T= any> = request.RequestAPI<RequestPromise<T>, RequestPromiseOptions, request.RequiredUriUrl>;
type OptionsWithUri = request.UriOptions & RequestPromiseOptions;

@@ -35,0 +35,0 @@ type OptionsWithUrl = request.UrlOptions & RequestPromiseOptions;

{
"name": "@types/request-promise",
"version": "4.1.45",
"version": "4.1.46",
"description": "TypeScript definitions for request-promise",

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

},
"typesPublisherContentHash": "784aed627b6303533bf7e875bf124ba7e49794e90600ef42eecfc7ab37c133e0",
"typesPublisherContentHash": "cf9bbda9d0e6804590f51372ba7a32926c32f339ca68a64da26fb814dd0e30ca",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Mon, 18 Nov 2019 20:42:48 GMT
* Last updated: Fri, 20 Mar 2020 15:35:36 GMT
* Dependencies: [@types/request](https://npmjs.com/package/@types/request), [@types/bluebird](https://npmjs.com/package/@types/bluebird)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Christopher Glantschnig (https://github.com/cglantschnig), Joe Skeen (https://github.com/joeskeen), Aya Morisawa (https://github.com/AyaMorisawa), Matt R. Wilson (https://github.com/mastermatt), and Sergey Bakulin (https://github.com/vansergen).
These definitions were written by [Christopher Glantschnig](https://github.com/cglantschnig), [Joe Skeen](https://github.com/joeskeen), [Aya Morisawa](https://github.com/AyaMorisawa), [Matt R. Wilson](https://github.com/mastermatt), and [Sergey Bakulin](https://github.com/vansergen).
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