Socket
Socket
Sign inDemoInstall

request-promise

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-promise - npm Package Compare versions

Comparing version 4.2.5 to 4.2.6

4

package.json
{
"name": "request-promise",
"version": "4.2.5",
"version": "4.2.6",
"description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.",

@@ -36,3 +36,3 @@ "keywords": [

"dependencies": {
"request-promise-core": "1.1.3",
"request-promise-core": "1.1.4",
"bluebird": "^3.5.0",

@@ -39,0 +39,0 @@ "stealthy-require": "^1.1.1",

@@ -13,2 +13,10 @@ <a href="http://promisesaplus.com/">

# Deprecated!
As of Feb 11th 2020, [`request`](https://github.com/request/request) is fully deprecated. No new changes are expected to land. In fact, none have landed for some time. This package is also deprecated because it depends on `request`.
Fyi, here is the [reasoning of `request`'s deprecation](https://github.com/request/request/issues/3142) and a [list of alternative libraries](https://github.com/request/request/issues/3143).
---
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.

@@ -649,5 +657,7 @@

- v4.2.6 (2020-07-21)
- Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.19` following [this advisory](https://www.npmjs.com/advisories/1523).
- v4.2.5 (2019-11-03)
- Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm).
*(Thanks to @rishabh-chowdhary for reporting this in pull request [#326](https://github.com/request/promise-core/pull/326).)*
*(Thanks to @rishabh-chowdhary for reporting this in pull request [#326](https://github.com/request/request-promise/pull/326).)*
- v4.2.4 (2019-02-14)

@@ -654,0 +664,0 @@ - Corrected mistakenly set `tough-cookie` version, now `^2.3.3`

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